join<R> abstract method
R
join<R>(
- R mapFirst(
- First
- R mapNone()
Implementation
R join<R>(
R Function(First) mapFirst,
R Function() mapNone,
);