Uses of Interface
de.xima.fc.common.data.algebraic.OneOfN.NoneMatcher
Packages that use OneOfN.NoneMatcher
-
Uses of OneOfN.NoneMatcher in de.xima.fc.common.data.algebraic
Methods in de.xima.fc.common.data.algebraic with parameters of type OneOfN.NoneMatcherModifier and TypeMethodDescription<R> ROneOfN.None.match(R defaultValue, OneOfN.NoneMatcher<? extends 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.