Package | Description |
---|---|
org.helenus.util.function |
Modifier and Type | Method and Description |
---|---|
default PentaConsumer<T,U,V,X,Y> |
PentaConsumer.andThen(PentaConsumer<? super T,? super U,? super V,? super X,? super Y> after)
Returns a composed
PentaConsumer that performs, in sequence, this
operation followed by the after operation. |
Modifier and Type | Method and Description |
---|---|
default PentaConsumer<T,U,V,X,Y> |
PentaConsumer.andThen(PentaConsumer<? super T,? super U,? super V,? super X,? super Y> after)
Returns a composed
PentaConsumer that performs, in sequence, this
operation followed by the after operation. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.