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