Closed danschultz closed 9 years ago
This typedef is used by FlatMap and FlatMapLatest, so Mapper is a more appropriate name. The type signature can also be generalized to: R Mapper<A,R>(A value).
FlatMap
FlatMapLatest
Mapper
R Mapper<A,R>(A value)
This typedef is used by
FlatMap
andFlatMapLatest
, soMapper
is a more appropriate name. The type signature can also be generalized to:R Mapper<A,R>(A value)
.