Class IterablePublisher<T>

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

public final class IterablePublisher<T> extends Object implements Flow.Publisher<T>
A publisher of items obtained from an Iterable<T>.