public abstract class Predicate<T> extends ITransformer<T,Boolean>
Predicate
ITransformer
T
boolean
Jun 25, 2009
Predicate()
Predicate<T>
and(Predicate<T> arg)
negate()
or(Predicate<T> arg)
chain, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Predicate()
public Predicate<T> and(Predicate<T> arg)
public Predicate<T> or(Predicate<T> arg)
public Predicate<T> negate()
Copyright © 2017. All rights reserved.