Uses of Class
de.xima.fc.api.rest.pub.client.user.OneOfN
Packages that use OneOfN
-
Uses of OneOfN in de.xima.fc.api.rest.pub.client.user
Subclasses of OneOfN in de.xima.fc.api.rest.pub.client.userModifier and TypeClassDescriptionstatic final classOneOfN.Either<T1,T2> Emulates a sum type consisting of 2 cases.static final classOneOfN.Just<T1>Emulates a sum type consisting of 1 cases.static final classEmulates a sum type consisting of 0 cases.static final classOneOfN.OneOf3<T1,T2, T3> Emulates a sum type consisting of 3 cases.static final classOneOfN.OneOf4<T1,T2, T3, T4> Emulates a sum type consisting of 4 cases.static final classOneOfN.OneOf5<T1,T2, T3, T4, T5> Emulates a sum type consisting of 5 cases.Methods in de.xima.fc.api.rest.pub.client.user that return types with arguments of type OneOfNConstructor parameters in de.xima.fc.api.rest.pub.client.user with type arguments of type OneOfNModifierConstructorDescriptionResponseTypeInfo(javax.ws.rs.core.GenericType<?> genericReturnType, Function<Object, ? extends OneOfN> sumTypeConstructor)