T - The next typeR - The mapped to typepublic static interface Publishers.MapOrSupplyEmpty<T,R>
| Modifier and Type | Method and Description | 
|---|---|
R | 
map(T result)
Maps next result. 
 | 
R | 
supplyEmpty()
Supplies an empty value if there is no next value. 
 |