Uses of Interface
com.opengamma.strata.collect.function.TriConsumer
-
Packages that use TriConsumer Package Description com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8. -
-
Uses of TriConsumer in com.opengamma.strata.collect.function
Methods in com.opengamma.strata.collect.function that return TriConsumer Modifier and Type Method Description default TriConsumer<T,U,V>
TriConsumer. andThen(TriConsumer<? super T,? super U,? super V> after)
Returns a new consumer that composes this consumer and the specified consumer.Methods in com.opengamma.strata.collect.function with parameters of type TriConsumer Modifier and Type Method Description default TriConsumer<T,U,V>
TriConsumer. andThen(TriConsumer<? super T,? super U,? super V> after)
Returns a new consumer that composes this consumer and the specified consumer.
-