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