Package | Description |
---|---|
org.apache.commons.lang3.function |
Provides functional interfaces to complement those in
java.lang.function and utilities for working with Java
8 lambdas. |
Modifier and Type | Method and Description |
---|---|
default <W> TriFunction<T,U,V,W> |
TriFunction.andThen(Function<? super R,? extends W> after)
Returns a composed function that first applies this function to its input, and then applies the
after
function to the result. |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.