Uses of Interface
org.apache.logging.log4j.util.TriConsumer
Packages that use TriConsumer
Package
Description
Public Message Types used for Log4j 2.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Internal utility classes for the Log4j 2 API.
-
Uses of TriConsumer in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message with parameters of type TriConsumerModifier and TypeMethodDescription<CV,
S> void MapMessage.forEach
(TriConsumer<String, ? super CV, S> action, S state) Performs the given action for each key-value pair in this data structure until all entries have been processed or the action throws an exception. -
Uses of TriConsumer in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi with parameters of type TriConsumerModifier and TypeMethodDescription<V,
S> void DefaultThreadContextMap.forEach
(TriConsumer<String, ? super V, S> action, S state) -
Uses of TriConsumer in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util with parameters of type TriConsumerModifier and TypeMethodDescription<V,
S> void ReadOnlyStringMap.forEach
(TriConsumer<String, ? super V, S> action, S state) Performs the given action for each key-value pair in this data structure until all entries have been processed or the action throws an exception.<V,
T> void SortedArrayStringMap.forEach
(TriConsumer<String, ? super V, T> action, T state)