Uses of Interface
de.hybris.platform.cmsfacades.common.function.TriConsumer
Packages that use TriConsumer
-
Uses of TriConsumer in de.hybris.platform.cmsfacades.common.function
Methods in de.hybris.platform.cmsfacades.common.function that return TriConsumerModifier and TypeMethodDescriptiondefault 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 TriConsumerModifier and TypeMethodDescriptiondefault 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.