Interface BiConvertor<I1,I2,O>

Type Parameters:
I1 -
I2 -
O -
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BiConvertor<I1,I2,O>
BiConvertor
Author:
Rizwan Idrees
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(I1 input1, I2 input2)
     
  • Method Details

    • convert

      O convert(I1 input1, I2 input2)