Interface Function2<D0,D1,R>


public interface Function2<D0,D1,R>
  • Method Summary

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

    • apply

      R apply(D0 arg0, D1 arg1)