Uses of Interface
de.hybris.platform.cmsfacades.common.function.TriConsumer
-
Packages that use TriConsumer Package Description de.hybris.platform.cmsfacades.common.function -
-
Uses of TriConsumer in de.hybris.platform.cmsfacades.common.function
Methods in de.hybris.platform.cmsfacades.common.function that return TriConsumer Modifier and Type Method Description default TriConsumer<T,U,B>TriConsumer. andThen(TriConsumer<? super T,? super U,? super B> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in de.hybris.platform.cmsfacades.common.function with parameters of type TriConsumer Modifier and Type Method Description default TriConsumer<T,U,B>TriConsumer. andThen(TriConsumer<? super T,? super U,? super B> after)Returns a composedTriConsumerthat performs, in sequence, this operation followed by theafteroperation.
-