| Package | Description |
|---|---|
| com.helger.commons.collection.multimap | |
| com.helger.commons.function |
| Modifier and Type | Method and Description |
|---|---|
default void |
IMultiMapMapBased.forEachSingle(ITriConsumer<KEYTYPE1,KEYTYPE2,VALUETYPE> aConsumer) |
| Modifier and Type | Method and Description |
|---|---|
default ITriConsumer<T,U,V> |
ITriConsumer.andThen(ITriConsumer<? super T,? super U,? super V> after)
Returns a composed
ITriConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default ITriConsumer<T,U,V> |
ITriConsumer.andThen(ITriConsumer<? super T,? super U,? super V> after)
Returns a composed
ITriConsumer that performs, in sequence, this
operation followed by the after operation. |
Copyright © 2014–2016 Philip Helger. All rights reserved.