Interface TriFunction<I1,​I2,​I3,​O>


  • public interface TriFunction<I1,​I2,​I3,​O>
    • Method Summary

      Modifier and Type Method Description
      O apply​(I1 t1, I2 t2, I3 t3)  
    • Method Detail

      • apply

        O apply​(I1 t1,
                I2 t2,
                I3 t3)