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