| Package | Description |
|---|---|
| com.opengamma.strata.collect.function |
Additional functional interfaces not supplied by Java SE 8.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.