kactoos-jvm / nnl.rocks.kactoos.func / Chained / <init>
Chained(before:
KFunc
<
X
,
Y
>, after:
KFunc
<
Y
,
Z
>)
before
- Before function
after
- After functionChained(before:
KFunc
<
X
,
Y
>, functions:
Iterable
<
KFunc
<
Y
,
Y
>>, after:
KFunc
<
Y
,
Z
>)
Composed function.
before
- Before function
functions
- Functions
after
- After function
X
- Type of input.
Y
- Intermediate type.
Z
- Type of output.
Since 0.4