Uses of Interface
org.apache.logging.log4j.util.BiConsumer
Packages that use BiConsumer
Package
Description
-
Uses of BiConsumer in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge with parameters of type BiConsumerModifier and TypeMethodDescription<V> voidLogEventWrapper.ContextDataMap.forEach(BiConsumer<String, ? super V> action) -
Uses of BiConsumer in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl with parameters of type BiConsumerModifier and TypeMethodDescription<V> voidJdkMapAdapterStringMap.forEach(BiConsumer<String, ? super V> action) -
Uses of BiConsumer in org.apache.logging.log4j.core.util.internal.instant
Fields in org.apache.logging.log4j.core.util.internal.instant declared as BiConsumerModifier and TypeFieldDescriptionprivate final BiConsumer<StringBuilder, Instant> InstantPatternLegacyFormatter.formatterMethods in org.apache.logging.log4j.core.util.internal.instant that return BiConsumerModifier and TypeMethodDescriptionprivate static BiConsumer<StringBuilder, Instant> InstantPatternLegacyFormatter.adaptFixedFormatter(FixedDateFormat formatter) private static BiConsumer<StringBuilder, Instant> InstantPatternLegacyFormatter.createFastFormatter(String pattern, Locale locale, TimeZone timeZone) private static BiConsumer<StringBuilder, Instant> InstantPatternLegacyFormatter.createFormatter(String pattern, Locale locale, TimeZone timeZone) -
Uses of BiConsumer in org.apache.logging.log4j.internal.map
Methods in org.apache.logging.log4j.internal.map with parameters of type BiConsumerModifier and TypeMethodDescription<V> voidUnmodifiableArrayBackedMap.forEach(BiConsumer<String, ? super V> action) This version of forEach is defined on the ReadOnlyStringMap interface. -
Uses of BiConsumer in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message with parameters of type BiConsumerModifier and TypeMethodDescription<CV> voidMapMessage.forEach(BiConsumer<String, ? super CV> action) 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 BiConsumer in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi with parameters of type BiConsumerModifier and TypeMethodDescription<V> voidDefaultThreadContextMap.forEach(BiConsumer<String, ? super V> action) -
Uses of BiConsumer in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util with parameters of type BiConsumerModifier and TypeMethodDescriptionvoidEnvironmentPropertySource.forEach(BiConsumer<String, String> action) voidPropertiesPropertySource.forEach(BiConsumer<String, String> action) default voidPropertySource.forEach(BiConsumer<String, String> action) Iterates over all properties and performs an action for each key/value pair.<V> voidReadOnlyStringMap.forEach(BiConsumer<String, ? super V> action) 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> voidSortedArrayStringMap.forEach(BiConsumer<String, ? super V> action) voidSystemPropertiesPropertySource.forEach(BiConsumer<String, String> action)