com.rubecula.darwin.foundation
Interface Predicate<X,Y>

Type Parameters:
X -
Y -

public interface Predicate<X,Y>

General interface to enable the evaluation of arbitrary truths.

Author:
Robin Hillyard

Method Summary
 boolean evaluate(X obj1, Y obj2)
           
 

Method Detail

evaluate

boolean evaluate(X obj1,
                 Y obj2)
Parameters:
obj1 - an arbitrary object
obj2 - an arbitrary object
Returns:
a result based on the values obj1 and obj2.


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.