public class Functions
extends java.lang.Object
Function and its related functional interfaces.| Modifier and Type | Method and Description |
|---|---|
static <T,U> java.util.function.UnaryOperator<U> |
toUnaryOperator(java.util.function.Function<? super T,? extends U> f,
java.util.function.Function<? super U,? extends T> g) |