Uses of Class
de.xima.fc.api.rest.pub.client.security.OneOfN.OneOf4
Packages that use OneOfN.OneOf4
-
Uses of OneOfN.OneOf4 in de.xima.fc.api.rest.pub.client.security
Methods in de.xima.fc.api.rest.pub.client.security that return OneOfN.OneOf4Modifier and TypeMethodDescriptionstatic <T1,T2, T3, T4>
OneOfN.OneOf4<T1, T2, T3, T4> OneOfN.OneOf4.first(T1 first) static <T1,T2, T3, T4>
OneOfN.OneOf4<T1, T2, T3, T4> OneOfN.OneOf4.fourth(T4 fourth) OneOfN.OneOf5.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, T3, T4>
OneOfN.OneOf4<T1, T2, T3, T4> OneOfN.OneOf4.second(T2 second) static <T1,T2, T3, T4>
OneOfN.OneOf4<T1, T2, T3, T4> OneOfN.OneOf4.third(T3 third)