ComposeOnFunction2<Input1, Input2, Output> extension

on
  • Output Function(Input1, Input2)

Methods

c(Input1 input1, Input2 input2) Compose2<Input1, Input2, Output>
Build a Compose2 from the function that can be used to easily compose functions in a chain.