| Package | Description |
|---|---|
| to.etc.file | |
| to.etc.function |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
DirectoryInventory.visit(FunctionEx<DirectoryInventory.InvEntry,R> consumer)
Visits all entries.
|
<R> R |
DirectoryInventory.InvEntry.visit(FunctionEx<DirectoryInventory.InvEntry,R> consumer) |
| Modifier and Type | Method and Description |
|---|---|
default <V> FunctionEx<T,V> |
FunctionEx.andThen(FunctionEx<? super R,? extends V> after) |
default <V> FunctionEx<V,R> |
FunctionEx.compose(FunctionEx<? super V,? extends T> before)
Returns a composed function that first applies the
before
function to its input, and then applies this function to the result. |
static <T> FunctionEx<T,T> |
FunctionEx.identity()
Returns a function that always returns its input argument.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> FunctionEx<T,V> |
FunctionEx.andThen(FunctionEx<? super R,? extends V> after) |
default <V> FunctionEx<V,R> |
FunctionEx.compose(FunctionEx<? super V,? extends T> before)
Returns a composed function that first applies the
before
function to its input, and then applies this function to the result. |
Copyright © 2017 etc.to. All rights reserved.