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 TypeMethodDescriptionvoid
Bool8ArrayNeFunction.operate
(S8AsyncFlow flow, boolean[] arg) The function methodvoid
Int64ArrayNeFunction.operate
(S8AsyncFlow flow, long[] arg) The function methodvoid
Float32ArrayNeFunction.run
(S8AsyncFlow flow, float[] arg) The function methodvoid
Float64ArrayNeFunction.run
(S8AsyncFlow flow, double[] arg) The function methodvoid
Int16ArrayNeFunction.run
(S8AsyncFlow flow, int[] arg) The function methodvoid
Int32ArrayNeFunction.run
(S8AsyncFlow flow, int[] arg) The function methodvoid
Int8ArrayNeFunction.run
(S8AsyncFlow flow, int[] arg) The function methodvoid
StringUTF8ArrayNeFunction.run
(S8AsyncFlow flow, String[] arg) The function methodvoid
UInt16ArrayNeFunction.run
(S8AsyncFlow flow, int[] arg) The function methodvoid
UInt32ArrayNeFunction.run
(S8AsyncFlow flow, int[] arg) The function methodvoid
UInt64ArrayNeFunction.run
(S8AsyncFlow flow, long[] arg) The function methodvoid
UInt8ArrayNeFunction.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 TypeMethodDescriptionvoid
ObjectNeFunction.run
(S8AsyncFlow flow, T arg) The function methodvoid
ObjectsListNeFunction.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 TypeMethodDescriptionvoid
Bool8NeFunction.run
(S8AsyncFlow flow, boolean arg) The function methodvoid
Float32NeFunction.run
(S8AsyncFlow flow, float arg) The function methodvoid
Float64NeFunction.run
(S8AsyncFlow flow, double arg) The function methodvoid
Int16NeFunction.run
(S8AsyncFlow flow, int arg) The function methodvoid
Int32NeFunction.run
(S8AsyncFlow flow, int arg) The function methodvoid
Int64NeFunction.run
(S8AsyncFlow flow, long arg) The function methodvoid
Int8NeFunction.run
(S8AsyncFlow flow, int arg) The function methodvoid
StringUTF8NeFunction.run
(S8AsyncFlow flow, String arg) The function methodvoid
UInt16NeFunction.run
(S8AsyncFlow flow, int arg) The function methodvoid
UInt32NeFunction.run
(S8AsyncFlow flow, int arg) The function methodvoid
UInt64NeFunction.run
(S8AsyncFlow flow, long arg) The function methodvoid
UInt8NeFunction.run
(S8AsyncFlow flow, int arg) The function method