L - the left argument type.R - the right argument type.public interface BinaryPredicate<L,R> extends BinaryFunctor<L,R>
boolean value.
Implementors are encouraged but not required to make their functors
Serializable.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.