java.lang.Object
mutiny.zero.operators.Select<T>
- Type Parameters:
- T- the elements type
- All Implemented Interfaces:
- Flow.Publisher<T>
A 
Flow.Publisher that selects elements matching a Predicate.- 
Constructor SummaryConstructorsConstructorDescriptionSelect(Flow.Publisher<T> upstream, Predicate<T> predicate) Build a new selection publisher.
- 
Method Summary
- 
Constructor Details- 
SelectBuild a new selection publisher.- Parameters:
- upstream- the upstream publisher
- predicate- the predicate to select the elements forwarded to subscribers, must not throw exceptions
 
 
- 
- 
Method Details- 
subscribe- Specified by:
- subscribein interface- Flow.Publisher<T>
 
 
-