compose

Functional composition. Description: Returns a function that applies function f to the return value of function g

T delegate
(
S
)
compose
(
T
U
S
)
(
T function
(
U
)
f
,
U function
(
S
)
g
)

Meta