Uses of Class
de.xima.fc.common.data.algebraic.OneOfN.Either
Packages that use OneOfN.Either
Package
Description
-
Uses of OneOfN.Either in de.xima.fc.common.data.algebraic
Methods in de.xima.fc.common.data.algebraic that return OneOfN.EitherModifier and TypeMethodDescriptionstatic <T1,T2> OneOfN.Either <T1, T2> OneOfN.Either.firstNonNull(T1 t1, T2 t2) Returns the first non-null value of the two given values as an Either type.static <T1,T2> OneOfN.Either <T1, T2> OneOfN.Either.left(T1 left) <R1,R2> OneOfN.Either <R1, R2> OneOfN.Either.map(Function<? super T1, ? extends R1> left, Function<? super T2, ? extends R2> right) Maps this sum type to another sum type by invoking the mapping function for the matching case with the value of this sum type and returning the result.OneOfN.OneOf3.mergeFirst(Function<? super T1, ? extends 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.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return OneOfN.EitherModifier and TypeMethodDescriptionDefaultPostFormRecordMessageRequest.chat()IPostFormRecordMessageRequest.chat()Required.Constructors in de.xima.fc.common.form_record.chat with parameters of type OneOfN.EitherModifierConstructorDescriptionprotected -
Uses of OneOfN.Either in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder that return OneOfN.EitherModifier and TypeMethodDescriptionprotected OneOfN.Either<com.alibaba.fastjson.JSONObject, Response> AServletElFinderConnector.handleCommandUnknown(String cmd, com.alibaba.fastjson.JSONObject payload, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handles an unknown command.protected OneOfN.Either<com.alibaba.fastjson.JSONObject, Response> AServletElFinderConnector.handleCommandZipDownload(com.alibaba.fastjson.JSONObject payload, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Downloads a set of files as a ZIP archive. 1st request to make temporary archive file on server side. 2nd request to download the archive file.protected OneOfN.Either<com.alibaba.fastjson.JSONObject, org.primefaces.model.StreamedContent> FileSystemElFinderConnector.handleCommandZipDownload(com.alibaba.fastjson.JSONObject payload, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of OneOfN.Either in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type OneOfN.EitherModifier and TypeMethodDescriptionIWorkflowBpmnLayoutAlignAroundBuilder.direction(OneOfN.Either<ECardinalDirection2D, EPrimaryIntercardinalDirection2D> direction) Sets a hint for the direction where the second item should be placed. -
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.EitherModifier and TypeMethodDescriptionDefaultExtendedPostFormRecordMessageRequest.extendedPostFormRecordMessageRequestBuilder(OneOfN.Either<IFormRecordChatReference, ICreateNewFormRecordChatRequest> chat) Creates a new builder for anIExtendedPostFormRecordMessageRequestthat either creates a new chat for the message or uses an existing chat.