public class EndlessSupplier<T> extends WrappedFunction<Supplier<T>> implements Supplier<java.lang.Iterable<T>>
Constructor and Description |
---|
EndlessSupplier(Supplier<T> data) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<T> |
get()
Supply a value, each call to this function may return
a different value.
|
f, unwrap, unwrap
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641