Uses of Interface
org.apache.logging.log4j.util.TriConsumer
Packages that use TriConsumer
Package
Description
-
Uses of TriConsumer in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge with parameters of type TriConsumerModifier and TypeMethodDescription<V,S> void LogEventWrapper.ContextDataMap.forEach(TriConsumer<String, ? super V, S> action, S state) -
Uses of TriConsumer in org.apache.log4j.pattern
Fields in org.apache.log4j.pattern declared as TriConsumerModifier and TypeFieldDescriptionprivate static TriConsumer<String, Object, StringBuilder> Log4j1MdcPatternConverter.APPEND_EACH -
Uses of TriConsumer in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as TriConsumerMethods in org.apache.logging.log4j.core.impl with parameters of type TriConsumerModifier and TypeMethodDescription<V,S> void JdkMapAdapterStringMap.forEach(TriConsumer<String, ? super V, S> action, S state) -
Uses of TriConsumer in org.apache.logging.log4j.core.jackson
Fields in org.apache.logging.log4j.core.jackson declared as TriConsumerModifier and TypeFieldDescriptionprivate static final TriConsumer<String, Object, com.fasterxml.jackson.core.JsonGenerator> ContextDataSerializer.WRITE_STRING_FIELD_INTO -
Uses of TriConsumer in org.apache.logging.log4j.core.layout
Classes in org.apache.logging.log4j.core.layout that implement TriConsumer -
Uses of TriConsumer in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as TriConsumerModifier and TypeFieldDescriptionprivate static final TriConsumer<String, Object, StringBuilder> MdcPatternConverter.WRITE_KEY_VALUES_INTO -
Uses of TriConsumer in org.apache.logging.log4j.internal.map
Methods in org.apache.logging.log4j.internal.map with parameters of type TriConsumerModifier and TypeMethodDescription<V,S> void UnmodifiableArrayBackedMap.forEach(TriConsumer<String, ? super V, S> action, S state) -
Uses of TriConsumer in org.apache.logging.log4j.layout.template.json.resolver
Classes in org.apache.logging.log4j.layout.template.json.resolver that implement TriConsumer -
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
Fields in org.apache.logging.log4j.util declared as TriConsumerModifier and TypeFieldDescriptionprivate static final TriConsumer<String, Object, StringMap> SortedArrayStringMap.PUT_ALLMethods 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)