| Package | Description |
|---|---|
| net.anwiba.commons.lang.functional | |
| net.anwiba.commons.lang.optional | |
| net.anwiba.commons.lang.stream |
| Modifier and Type | Method and Description |
|---|---|
default IAcceptor<T> |
IAcceptor.and(IAcceptor<? super T> other) |
default IAcceptor<T> |
IAcceptor.not() |
default IAcceptor<T> |
IApplicable.not() |
default IAcceptor<T> |
IAcceptor.or(IAcceptor<? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
default IAcceptor<T> |
IAcceptor.and(IAcceptor<? super T> other) |
default O |
IIterable.first(IAcceptor<O> acceptor) |
default IIterable<O,E> |
IIterable.iterable(IAcceptor<O> acceptor) |
default IIterator<O,E> |
IIterable.iterator(IAcceptor<O> acceptor) |
default IAcceptor<T> |
IAcceptor.or(IAcceptor<? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
IOptional<T,E> |
Optional.accept(IAcceptor<T> acceptor) |
IOptional<T,E> |
IOptional.accept(IAcceptor<T> acceptor) |
static <T,E extends Exception> |
Optional.create(IAcceptor<T> acceptor,
T value) |
static <T> IOptional<T,RuntimeException> |
Optional.of(IAcceptor<T> acceptor,
T value) |
| Modifier and Type | Method and Description |
|---|---|
IStream<T,E> |
IStream.filter(IAcceptor<T> funtion) |
IOptional<T,E> |
IStream.first(IAcceptor<T> acceptor) |
| Constructor and Description |
|---|
ConvertingIterableIterable(IIterable<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
ConvertingIteratorIterator(IIterator<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
FilteredJavaUtilIterableIterable(Iterable<T> input,
IAcceptor<T> acceptor) |
FilteredJavaUtilIteratorIterator(Iterator<T> input,
IAcceptor<T> acceptor) |
FilteringIterableIterable(IIterable<T,E> input,
IAcceptor<T> acceptor) |
FilteringIteratorIterator(IIterator<T,E> input,
IAcceptor<T> acceptor) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.