Uses of Interface
de.xima.fc.common.data.algebraic.OneOfN.JustMatcher
-
Packages that use OneOfN.JustMatcher Package Description de.xima.fc.common.data.algebraic -
-
Uses of OneOfN.JustMatcher in de.xima.fc.common.data.algebraic
Methods in de.xima.fc.common.data.algebraic with parameters of type OneOfN.JustMatcher Modifier and Type Method Description <R> R
OneOfN.Just. match(R defaultValue, OneOfN.JustMatcher<R,T1> 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.
-