Interface Function3<D0,D1,D2,R>


public interface Function3<D0,D1,D2,R>
A function with three arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(D0 arg0, D1 arg1, D2 arg2)
     
  • Method Details

    • apply

      R apply(D0 arg0, D1 arg1, D2 arg2)