Kactoos

kactoos-jvm / nnl.rocks.kactoos.func / Chained / <init>

<init>

Chained(before: KFunc<X, Y>, after: KFunc<Y, Z>)

Parameters

before - Before function

after - After functionChained(before: KFunc<X, Y>, functions: Iterable<KFunc<Y, Y>>, after: KFunc<Y, Z>)

Composed function.

Parameters

before - Before function

functions - Functions

after - After function

X - Type of input.

Y - Intermediate type.

Z - Type of output.

Since 0.4