| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
function(Function<T,R> function)
Starts a fluent chain like
function(foo::bar).andThen(...).andThen(...).apply(...); |
Copyright © 2001–2024 The Apache Software Foundation. All rights reserved.