Uses of Class
de.xima.fc.common.data.algebraic.OneOfN.Either
-
Packages that use OneOfN.Either Package Description de.xima.fc.common.data.algebraic de.xima.fc.common.form_record.chat de.xima.fc.logic.form_record.chat -
-
Uses of OneOfN.Either in de.xima.fc.common.data.algebraic
Methods in de.xima.fc.common.data.algebraic that return OneOfN.Either Modifier and Type Method Description static <T1,T2>
OneOfN.Either<T1,T2>OneOfN.Either. left(T1 left)
OneOfN.Either<T2,T3>
OneOfN.OneOf3. mergeFirst(Function<T1,T2> combiner)
Allows for a multi-stage reduce operation of the cases into a single value.OneOfN.Either<T1,T2>
OneOfN.OneOf3. mergeLast(Function<T3,T2> combiner)
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.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return OneOfN.Either Modifier and Type Method Description OneOfN.Either<IFormRecordChatReference,ICreateNewFormRecordChatRequest>
DefaultPostFormRecordMessageRequest. chat()
OneOfN.Either<IFormRecordChatReference,ICreateNewFormRecordChatRequest>
IPostFormRecordMessageRequest. chat()
Required.Constructors in de.xima.fc.common.form_record.chat with parameters of type OneOfN.Either Constructor Description BaseBuilder(OneOfN.Either<IFormRecordChatReference,ICreateNewFormRecordChatRequest> chat)
-
Uses of OneOfN.Either in de.xima.fc.logic.form_record.chat
Methods in de.xima.fc.logic.form_record.chat with parameters of type OneOfN.Either Modifier and Type Method Description static DefaultExtendedPostFormRecordMessageRequest.Builder
DefaultExtendedPostFormRecordMessageRequest. extendedPostFormRecordMessageRequestBuilder(OneOfN.Either<IFormRecordChatReference,ICreateNewFormRecordChatRequest> chat)
Creates a new builder for anIExtendedPostFormRecordMessageRequest
that either creates a new chat for the message or uses an existing chat.
-