Class IsEq<A>
java.lang.Object
io.atlassian.fugue.law.IsEq<A>
Represents two values of the same type that are expected to be equal.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lhs
-
rhs
-
-
Constructor Details
-
IsEq
-
-
Method Details
-
match
Function to use for comparison of two equal elements- Type Parameters:
R- result type- Parameters:
cases- aBiFunctiontaking two values of this equality class- Returns:
- a R object.
-
lhs
-
rhs
-
isEq
-