T
public class CapturingPredicate<T> extends Object implements Predicate<T>
CapturingPredicate(Predicate<T> nested, Box<Boolean> result, Box<T> param)
boolean
accept(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CapturingPredicate(Predicate<T> nested, Box<Boolean> result, Box<T> param)
public boolean accept(T value)
Predicate
accept
Predicate<T>
value
Copyright © 2013. All rights reserved.