Uses of Interface
de.xima.fc.api.rest.pub.client.generic.OneOfN.EitherMatcher
Packages that use OneOfN.EitherMatcher
-
Uses of OneOfN.EitherMatcher in de.xima.fc.api.rest.pub.client.generic
Methods in de.xima.fc.api.rest.pub.client.generic with parameters of type OneOfN.EitherMatcherModifier and TypeMethodDescription<R> ROneOfN.Either.match(R defaultValue, OneOfN.EitherMatcher<R, T1, T2> 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.