Uses of Interface
com.s8.api.flow.S8AsyncFlow
Packages that use S8AsyncFlow
Package
Description
-
Uses of S8AsyncFlow in com.s8.api.web.functions.arrays
Methods in com.s8.api.web.functions.arrays with parameters of type S8AsyncFlowModifier and TypeMethodDescriptionvoidBool8ArrayNeFunction.operate(S8AsyncFlow flow, boolean[] arg) The function methodvoidInt64ArrayNeFunction.operate(S8AsyncFlow flow, long[] arg) The function methodvoidFloat32ArrayNeFunction.run(S8AsyncFlow flow, float[] arg) The function methodvoidFloat64ArrayNeFunction.run(S8AsyncFlow flow, double[] arg) The function methodvoidInt16ArrayNeFunction.run(S8AsyncFlow flow, int[] arg) The function methodvoidInt32ArrayNeFunction.run(S8AsyncFlow flow, int[] arg) The function methodvoidInt8ArrayNeFunction.run(S8AsyncFlow flow, int[] arg) The function methodvoidStringUTF8ArrayNeFunction.run(S8AsyncFlow flow, String[] arg) The function methodvoidUInt16ArrayNeFunction.run(S8AsyncFlow flow, int[] arg) The function methodvoidUInt32ArrayNeFunction.run(S8AsyncFlow flow, int[] arg) The function methodvoidUInt64ArrayNeFunction.run(S8AsyncFlow flow, long[] arg) The function methodvoidUInt8ArrayNeFunction.run(S8AsyncFlow flow, int[] arg) The function method -
Uses of S8AsyncFlow in com.s8.api.web.functions.none
Methods in com.s8.api.web.functions.none with parameters of type S8AsyncFlow -
Uses of S8AsyncFlow in com.s8.api.web.functions.objects
Methods in com.s8.api.web.functions.objects with parameters of type S8AsyncFlowModifier and TypeMethodDescriptionvoidObjectNeFunction.run(S8AsyncFlow flow, T arg) The function methodvoidObjectsListNeFunction.run(S8AsyncFlow flow, List<T> arg) The function method -
Uses of S8AsyncFlow in com.s8.api.web.functions.primitives
Methods in com.s8.api.web.functions.primitives with parameters of type S8AsyncFlowModifier and TypeMethodDescriptionvoidBool8NeFunction.run(S8AsyncFlow flow, boolean arg) The function methodvoidFloat32NeFunction.run(S8AsyncFlow flow, float arg) The function methodvoidFloat64NeFunction.run(S8AsyncFlow flow, double arg) The function methodvoidInt16NeFunction.run(S8AsyncFlow flow, int arg) The function methodvoidInt32NeFunction.run(S8AsyncFlow flow, int arg) The function methodvoidInt64NeFunction.run(S8AsyncFlow flow, long arg) The function methodvoidInt8NeFunction.run(S8AsyncFlow flow, int arg) The function methodvoidStringUTF8NeFunction.run(S8AsyncFlow flow, String arg) The function methodvoidUInt16NeFunction.run(S8AsyncFlow flow, int arg) The function methodvoidUInt32NeFunction.run(S8AsyncFlow flow, int arg) The function methodvoidUInt64NeFunction.run(S8AsyncFlow flow, long arg) The function methodvoidUInt8NeFunction.run(S8AsyncFlow flow, int arg) The function method