apply<R> method

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

Implementation

R apply<R>(Function3<T1, T2, T3, R> f) => f(value1, value2, value3);