fold<R> method

R fold<R>(
  1. Func1<T1, R> match1
)

Implementation

R fold<R>(Func1<T1, R> match1) => match1(_value1);