| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionAcceptorBuilder.CollectionAcceptor<T> |
| Modifier and Type | Method and Description |
|---|---|
IAcceptor<Collection<T>> |
CollectionAcceptorBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
CollectionAcceptorBuilder<T> |
CollectionAcceptorBuilder.accept(IAcceptor<T> acceptor) |
CollectionAcceptorBuilder<T> |
CollectionAcceptorBuilder.otherwise(IAcceptor<T> otherwise) |
| Constructor and Description |
|---|
CollectionAcceptor(Collection<IAcceptor<T>> acceptors,
IAcceptor<T> otherwise) |
| Constructor and Description |
|---|
CollectionAcceptor(Collection<IAcceptor<T>> acceptors,
IAcceptor<T> otherwise) |
| Modifier and Type | Method and Description |
|---|---|
default IAcceptor<T> |
IAcceptor.and(IAcceptor<? super T> other) |
default IAcceptor<T> |
IApplicable.not() |
default IAcceptor<T> |
IAcceptor.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> |
IOptional.accept(IAcceptor<T> acceptor) |
| Modifier and Type | Method and Description |
|---|---|
IStream<T,E> |
IStream.filter(IAcceptor<T> funtion) |
IStream<T,E> |
FailedStream.filter(IAcceptor<T> funtion) |
IOptional<T,E> |
IStream.first(IAcceptor<T> acceptor) |
IOptional<T,E> |
FailedStream.first(IAcceptor<T> acceptor) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ResourceReferenceHandler.openInputStream(IResourceReference resourceReference,
IAcceptor<String> contentTypeAcceptor) |
InputStream |
IResourceReferenceHandler.openInputStream(IResourceReference resourceReference,
IAcceptor<String> contentTypeAcceptor) |
InputStream |
IStreamConnector.openInputStream(URI uri,
IAcceptor<String> contentTypeAcceptor) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
UrlStreamConnector.openInputStream(URI uri,
IAcceptor<String> contentTypeAcceptor) |
| Modifier and Type | Method and Description |
|---|---|
static <O,T extends O> |
ArrayUtilities.filter(Class<O> clazz,
T[] array,
IAcceptor<O> validator) |
static <T> T[] |
ArrayUtilities.filter(T[] array,
IAcceptor<T> validator) |
static <T> T |
ArrayUtilities.findFirst(T[] values,
IAcceptor<T> validator) |
static <T> int |
ArrayUtilities.indexOf(T[] objects,
IAcceptor<T> validator) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
IterableUtilities.asList(Iterable<T> iterable,
IAcceptor<T> validator) |
static <T> Set<T> |
IterableUtilities.asSet(Iterable<T> iterable,
IAcceptor<T> validator) |
static <T> boolean |
IterableUtilities.containsAcceptedItems(Iterable<T> values,
IAcceptor<T> validator) |
static <T> List<T> |
ListUtilities.filter(Iterable<T> values,
IAcceptor<T> validator) |
| Constructor and Description |
|---|
IntegerIterator(int minValue,
int maxValue,
IAcceptor<Integer> validator) |
| Modifier and Type | Method and Description |
|---|---|
StringCollectionAcceptorBuilder |
StringCollectionAcceptorBuilder.accept(IAcceptor<String> acceptor) |
StringCollectionAcceptorBuilder |
StringCollectionAcceptorBuilder.otherwise(IAcceptor<String> otherwise) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllwaysAcceptingAcceptor |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.