Interface ITypedFunction2<I0,​I1,​O>


  • public interface ITypedFunction2<I0,​I1,​O>
    • Method Detail

      • apply

        <_I0,​_I1> O apply​(_I0 input0,
                                _I1 input1)
      • getInput0Type

        Class<? super I0> getInput0Type()
      • getInput1Type

        Class<? super I1> getInput1Type()
      • isApplicable

        <_I0,​_I1> boolean isApplicable​(_I0 input0,
                                             _I1 input1)