public interface IStream<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
asCollection() |
Iterable<T> |
asIterable() |
List<T> |
asList() |
IObjectList<T> |
asObjectList() |
void |
consum(IProcedure<T,E> procedure) |
<O> IStream<O,E> |
convert(IConverter<T,O,E> funtion) |
IStream<T,E> |
distinct() |
IStream<T,E> |
filter(IAcceptor<T> funtion) |
IOptional<T,E> |
first() |
IOptional<T,E> |
first(IAcceptor<T> funtion) |
<O> IOptional<O,E> |
forAll(O inital,
IAccumulator<T,O,E> accumulator) |
<O> IStream<O,E> convert(IConverter<T,O,E> funtion)
void consum(IProcedure<T,E> procedure) throws E extends Exception
<O> IOptional<O,E> forAll(O inital, IAccumulator<T,O,E> accumulator) throws E extends Exception
Copyright © 2007–2016 Andreas Bartels. All rights reserved.