Interface TriFunction<A,B,C,Result_>


public interface TriFunction<A,B,C,Result_>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A a, B b, C c)
     
  • Method Details