apply

abstract fun apply(input1: I1, input2: I2): O

Converts I1, I2 to O.

Return

output of type O

Parameters

input1

First input

input2

Second input