Uses of Interface
de.xima.fc.common.data.algebraic.OneOfN.EitherMatcher
-
Packages that use OneOfN.EitherMatcher Package Description de.xima.fc.common.data.algebraic -
-
Uses of OneOfN.EitherMatcher in de.xima.fc.common.data.algebraic
Methods in de.xima.fc.common.data.algebraic with parameters of type OneOfN.EitherMatcher Modifier and Type Method Description <R> R
OneOfN.Either. match(R defaultValue, OneOfN.EitherMatcher<R,T1,T2> matcher)
Performs a case match on this sum type by invoking the mapping function for the matching case with the value of this sum type and returning the result.
-