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