static final class AbstractParallelAnyArray.AndPredicate<T> extends java.lang.Object implements Ops.Predicate<T>
Modifier and Type | Field and Description |
---|---|
(package private) Ops.Predicate<? super T> |
first |
(package private) Ops.Predicate<? super T> |
second |
Constructor and Description |
---|
AbstractParallelAnyArray.AndPredicate(Ops.Predicate<? super T> first,
Ops.Predicate<? super T> second) |
final Ops.Predicate<? super T> first
final Ops.Predicate<? super T> second
AbstractParallelAnyArray.AndPredicate(Ops.Predicate<? super T> first, Ops.Predicate<? super T> second)
public final boolean op(T x)
op
in interface Ops.Predicate<T>