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

public class PredicateMethod1<ReturnType> extends Method1<ReturnType>
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 Details

    • PredicateMethod1

      public PredicateMethod1()
      Constructs an empty multimethod.