Interface BinFunction<D1,D2,R>


public interface BinFunction<D1,D2,R>
  • Method Summary

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

    • apply

      R apply(D1 arg1, D2 arg2)