- All Implemented Interfaces:
Function<A,B>
public abstract class Rule<A,B>
extends Object
implements Function<A,B>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
match
public boolean match(A target)
-
-
-
-
-
-