toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-foundation
/
com.quickplay.vstb7.process
/
Pipeline
Pipeline
class
Pipeline
<
Input
,
Output
>
(
stepBlock
:
StepLambda
<
Input
,
Output
>
)
Members
Constructors
Pipeline
Link copied to clipboard
constructor
(
stepBlock
:
StepLambda
<
Input
,
Output
>
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
execute
Link copied to clipboard
fun
execute
(
input
:
Input
)
:
Output
pipe
Link copied to clipboard
fun
<
NextOutput
>
pipe
(
nextStep
:
Step
<
Output
,
NextOutput
>
)
:
Pipeline
<
Input
,
NextOutput
>
fun
<
NextOutput
>
pipe
(
nextStep
:
(
Output
)
->
NextOutput
)
:
Pipeline
<
Input
,
NextOutput
>