jsr166y.forkjoin
Interface Ops.Predicate<T>

Enclosing class:
Ops

public static interface Ops.Predicate<T>

An object with boolean method of one argument


Method Summary
 boolean evaluate(T t)
           
 

Method Detail

evaluate

boolean evaluate(T t)