Interface ThrowingTriFunction<P0,P1,P2,R,E extends Throwable>


public interface ThrowingTriFunction<P0,P1,P2,R,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(P0 p0, P1 p1, P2 p2)
     
  • Method Details