- java.lang.Object
-
- mutiny.zero.operators.Select<T>
-
- Type Parameters:
T
- the elements type
- All Implemented Interfaces:
java.util.concurrent.Flow.Publisher<T>
public class Select<T> extends java.lang.Object implements java.util.concurrent.Flow.Publisher<T>
AFlow.Publisher
that selects elements matching aPredicate
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(java.util.concurrent.Flow.Subscriber<? super T> subscriber)
-