T
public class DelegateToPredicate<T> extends Object implements Predicate<T>
DelegateToPredicate(Delegate<Boolean,T> adaptee)
boolean
accept(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelegateToPredicate(Delegate<Boolean,T> adaptee)
public boolean accept(T value)
Predicate
accept
Predicate<T>
value
Copyright © 2016. All rights reserved.