Interface Publishers.MapOrSupplyEmpty<T,R>
-
- Type Parameters:
T- The next typeR- The mapped to type
- Enclosing class:
- Publishers
public static interface Publishers.MapOrSupplyEmpty<T,R>Maps the next result or supplies an empty result.- Since:
- 2.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rmap(T result)Maps next result.RsupplyEmpty()Supplies an empty value if there is no next value.
-