- 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.Publisherthat selects elements matching aPredicate.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribe(java.util.concurrent.Flow.Subscriber<? super T> subscriber)
-