Class PredicateMethod1<ReturnType>
java.lang.Object
eu.daproject.evl.MultiMethod<ReturnType>
eu.daproject.evl.Method1<ReturnType>
eu.daproject.evl.predicate.PredicateMethod1<ReturnType>
- Type Parameters:
ReturnType- the return type
Class defining a predicate multimethod of dimension 1.
The method comparator is set to
PredicateComparator and the cache a EmptyMap instance that is always empty.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.daproject.evl.Method1
add, add, add, add, add, add, boundedCache, cache, check, clearCache, comparator, data, invoke, invoke, invoke, invoke, invoke, invoke, invoke, nonVirtualParameterTypes, notOverridable, printCache, returnType, symmetricComparator, unboundedCacheMethods inherited from class eu.daproject.evl.MultiMethod
access, getComparator, getDimension, getMethods, getNonVirtualParameterTypes, getReturnType, isFinal, isOverridable, setData, setFinal, toString
-
Constructor Details
-
PredicateMethod1
public PredicateMethod1()Constructs an empty multimethod.
-