Interface Function2<T0,T1,R>

Type Parameters:
T0 - Type of argument #0
T1 - Type of argument #1
R - Result type
All Superinterfaces:
Function<R>

public interface Function2<T0,T1,R> extends Function<R>
Function with two parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T0 v0, T1 v1)
     
  • Method Details

    • apply

      R apply(T0 v0, T1 v1)