public abstract static class FP.Eq<A> extends java.lang.Object implements FP.BinaryFunc<java.lang.Boolean,A,A>
| Constructor and Description |
|---|
Eq() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
apply(A x,
A y) |
abstract boolean |
eq(A x,
A y) |