Uses of Class
de.xima.fc.api.rest.pub.client.security.OneOfN.Either
Packages that use OneOfN.Either
-
Uses of OneOfN.Either in de.xima.fc.api.rest.pub.client.security
Methods in de.xima.fc.api.rest.pub.client.security that return OneOfN.EitherModifier and TypeMethodDescriptionstatic <T1,T2> OneOfN.Either <T1, T2> OneOfN.Either.left(T1 left) OneOfN.OneOf3.mergeFirst(Function<T1, T2> combiner) Allows for a multi-stage reduce operation of the cases into a single value.Allows for a multi-stage reduce operation of the cases into a single value.static <T1,T2> OneOfN.Either <T1, T2> OneOfN.Either.right(T2 right)