Class EmptyPublisher<T>

java.lang.Object
com.github.mizosoft.methanol.testing.EmptyPublisher<T>
All Implemented Interfaces:
Flow.Publisher<T>

public final class EmptyPublisher<T> extends Object implements Flow.Publisher<T>
A publisher that completes subscribers immediately.