Uses of Interface
de.xima.fc.common.data.algebraic.OneOfN.OneOf5Matcher
Packages that use OneOfN.OneOf5Matcher
-
Uses of OneOfN.OneOf5Matcher in de.xima.fc.common.data.algebraic
Methods in de.xima.fc.common.data.algebraic with parameters of type OneOfN.OneOf5MatcherModifier and TypeMethodDescription<R> ROneOfN.OneOf5.match(OneOfN.OneOf5Matcher<? extends R, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5> 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.OneOf5.match(R defaultValue, OneOfN.OneOf5Matcher<? extends R, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5> 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.