| Package | Description |
|---|---|
| com.mware.ge.collection | |
| com.mware.ge.csv |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefetchingRawIterator<T,EXCEPTION extends Exception> |
| Modifier and Type | Field and Description |
|---|---|
static RawIterator<Object,Exception> |
RawIterator.EMPTY_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
static <T,EX extends Exception> |
Iterators.asRawIterator(Iterator<T> iter) |
static <T,EX extends Exception> |
Iterators.asRawIterator(Stream<T> stream) |
static <T,EXCEPTION extends Exception> |
RawIterator.empty() |
static <T,EX extends Exception> |
RawIterator.from(ThrowingSupplier<T,EX> supplier)
Create a raw iterator from the provided
ThrowingSupplier - the iterator will end
when the supplier returns null. |
static <FROM,TO,EX extends Exception> |
Iterators.map(ThrowingFunction<? super FROM,? extends TO,EX> function,
RawIterator<FROM,EX> from) |
static <T,EX extends Exception> |
RawIterator.of(T... values) |
static <T,EX extends Exception> |
RawIterator.wrap(Iterator<T> iterator)
Create a raw iterator from a regular iterator, assuming no exceptions are being thrown
|
| Modifier and Type | Method and Description |
|---|---|
static <T,EX extends Exception> |
Iterators.asList(RawIterator<T,EX> iterator) |
static <FROM,TO,EX extends Exception> |
Iterators.map(ThrowingFunction<? super FROM,? extends TO,EX> function,
RawIterator<FROM,EX> from) |
| Modifier and Type | Method and Description |
|---|---|
static RawIterator<CharReadable,IOException> |
Readables.individualFiles(Charset charset,
File... files) |
static <IN,OUT> RawIterator<OUT,IOException> |
Readables.iterator(ThrowingFunction<IN,OUT,IOException> converter,
IN... items) |
| Constructor and Description |
|---|
MultiReadable(RawIterator<CharReadable,IOException> readers) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.