public class IterableInputSource<O> extends java.lang.Object implements InputSource<Input>
| Modifier and Type | Method and Description |
|---|---|
static <O> IterableInputSource |
fromIterable(java.lang.Iterable<O> iterable,
java.util.function.Function<O,java.lang.String> mapping) |
static IterableInputSource |
fromIterable(java.lang.Iterable<java.lang.String> iterable) |
io.reactivex.Flowable<Input> |
getSource() |
public static IterableInputSource fromIterable(java.lang.Iterable<java.lang.String> iterable)
public static <O> IterableInputSource fromIterable(java.lang.Iterable<O> iterable, java.util.function.Function<O,java.lang.String> mapping)
public io.reactivex.Flowable<Input> getSource()
getSource in interface InputSource<Input>