Package | Description |
---|---|
manifold.ext.rt.api |
Modifier and Type | Method and Description |
---|---|
default <V> IndexedFunction<T,V> |
IndexedFunction.andThen(IndexedFunction<? super R,? extends V> after)
Returns a composed function that first applies this function to
its input, and then applies the
after function to the result. |
default <V> IndexedFunction<V,R> |
IndexedFunction.compose(IndexedFunction<? 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> IndexedFunction<T,T> |
IndexedFunction.identity()
Returns a function that always returns its input argument.
|
Modifier and Type | Method and Description |
---|---|
default <V> IndexedFunction<T,V> |
IndexedFunction.andThen(IndexedFunction<? super R,? extends V> after)
Returns a composed function that first applies this function to
its input, and then applies the
after function to the result. |
default <V> IndexedFunction<V,R> |
IndexedFunction.compose(IndexedFunction<? 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 © 2024. All rights reserved.