extra166y
Interface Ops.BinaryPredicate<A,B>

Enclosing class:
Ops

public static interface Ops.BinaryPredicate<A,B>


Method Summary
 boolean op(A a, B b)
           
 

Method Detail

op

boolean op(A a,
           B b)