E - the collection element type parameterR - the collection type parameterpublic class ConsumeIntoCollection<E,R extends Collection<E>> extends Object implements Function<Iterator<E>,R>
| Constructor and Description |
|---|
ConsumeIntoCollection(Supplier<R> supplier) |
Copyright © 2017. All rights reserved.