groovyx.gpars.extra166y
Interface Ops.BinaryPredicate<A,B>

All Known Implementing Classes:
CommonOps.EqualityPredicate, CommonOps.IdentityPredicate, CommonOps.InequalityPredicate, CommonOps.NonidentityPredicate
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)

Copyright © 2008–2012 Václav Pech. All Rights Reserved.