Interface VirtualEmitter<T>
- Type Parameters:
T- the element type to emit
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface handed to user code in
Flowable.virtualCreate(VirtualGenerator, java.util.concurrent.ExecutorService) callback.- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
emit
-