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