org.shapelogic.predicate
Class BinaryPredicateFactory

java.lang.Object
  extended by org.shapelogic.predicate.BinaryPredicateFactory

public class BinaryPredicateFactory
extends java.lang.Object

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.

Author:
Sami Badawi

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

BinaryPredicateFactory

public BinaryPredicateFactory()
Method Detail

getInstance

public static BinaryPredicate getInstance(java.lang.String name)
Static factory method for BinaryPredicate

Parameters:
name - of BinaryPredicate
Returns:
corresponding BinaryPredicate


Copyright © 2009. All Rights Reserved.