| Package | Description |
|---|---|
| org.cloudfoundry.util.tuple |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> Function<reactor.util.function.Tuple2<T1,T2>,R> |
TupleUtils.function(Function2<T1,T2,R> function)
Returns a
Function of Tuple2 that wraps a function of the component values of the tuple |
Copyright © 2019. All rights reserved.