Uses of Class
de.xima.fc.api.rest.pub.client.user_portal.OneOfN.Either
Packages that use OneOfN.Either
Package
Description
-
Uses of OneOfN.Either in de.xima.fc.api.rest.pub.client.user_portal
Methods in de.xima.fc.api.rest.pub.client.user_portal 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) -
Uses of OneOfN.Either in de.xima.fc.user_portal.api.provider.spec
Methods in de.xima.fc.user_portal.api.provider.spec that return OneOfN.EitherModifier and TypeMethodDescriptionIUserPortalResponse.get()Blocks and synchronously gets the value or the error of the pending future .