public static class Predicates.AndPredicate<T> extends Object implements Predicate<T>
protected
Predicates.AndPredicate(Predicate<T> left, Predicate<T> right)
Boolean
apply(T input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Predicates.AndPredicate(Predicate<T> left, Predicate<T> right)
public Boolean apply(T input)
Function1
apply
Function1<T,Boolean>
Copyright © 2016. All Rights Reserved.