| Package | Description |
|---|---|
| net.anwiba.commons.lang.functional | |
| net.anwiba.commons.reference.utilities | |
| net.anwiba.commons.utilities.factory | |
| net.anwiba.commons.utilities.registry |
| Modifier and Type | Method and Description |
|---|---|
default IApplicable<T> |
IApplicable.and(IApplicable<? super T> other) |
default IApplicable<T> |
IApplicable.or(IApplicable<? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
default IApplicable<T> |
IApplicable.and(IApplicable<? super T> other) |
default IApplicable<T> |
IApplicable.or(IApplicable<? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
FileIterableFactory.create(IApplicable<File> applicable,
IConverter<File,T,RuntimeException> converter,
File file) |
<T> Iterable<T> |
PathIterableFactory.create(IApplicable<Path> applicable,
IConverter<Path,T,RuntimeException> converter,
Path path) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRegisterableFactory<I,O,E extends Exception> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicableRegistry<I,O extends IApplicable<I>> |
interface |
IApplicableRegistry<I,O extends IApplicable<I>> |
| Modifier and Type | Method and Description |
|---|---|
void |
IApplicableRegistry.add(O... applicable) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.