apply<R> method

R apply<R>(
  1. Function2<T1, T2, R> f
)

Implementation

R apply<R>(Function2<T1, T2, R> f) => f(value1, value2);