|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.predicate.BinaryPredicateFactory
public class BinaryPredicateFactory
Predicate with 2 arguments. BinaryPredicate is close to the Apache Commons BinaryPredicateBinaryFunction.
But defined independently since Commons Functor lib is still a sand box lib.
Constructor Summary | |
---|---|
BinaryPredicateFactory()
|
Method Summary | |
---|---|
static BinaryPredicate |
getInstance(java.lang.String name)
Static factory method for BinaryPredicate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryPredicateFactory()
Method Detail |
---|
public static BinaryPredicate getInstance(java.lang.String name)
name
- of BinaryPredicate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |