Uses of Interface
org.apache.logging.log4j.util.BiConsumer
-
-
Uses of BiConsumer in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge with parameters of type BiConsumer Modifier and Type Method Description <V> voidLogEventWrapper.ContextDataMap. forEach(BiConsumer<java.lang.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 BiConsumer Modifier and Type Method Description <V> voidJdkMapAdapterStringMap. forEach(BiConsumer<java.lang.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 BiConsumer Modifier and Type Field Description private BiConsumer<java.lang.StringBuilder,Instant>InstantPatternLegacyFormatter. formatterMethods in org.apache.logging.log4j.core.util.internal.instant that return BiConsumer Modifier and Type Method Description private static BiConsumer<java.lang.StringBuilder,Instant>InstantPatternLegacyFormatter. adaptFixedFormatter(FixedDateFormat formatter)private static BiConsumer<java.lang.StringBuilder,Instant>InstantPatternLegacyFormatter. createFastFormatter(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)private static BiConsumer<java.lang.StringBuilder,Instant>InstantPatternLegacyFormatter. createFormatter(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone) -
Uses of BiConsumer in org.apache.logging.log4j.internal.map
Methods in org.apache.logging.log4j.internal.map with parameters of type BiConsumer Modifier and Type Method Description <V> voidUnmodifiableArrayBackedMap. forEach(BiConsumer<java.lang.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 BiConsumer Modifier and Type Method Description <CV> voidMapMessage. forEach(BiConsumer<java.lang.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 BiConsumer Modifier and Type Method Description <V> voidDefaultThreadContextMap. forEach(BiConsumer<java.lang.String,? super V> action) -
Uses of BiConsumer in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util with parameters of type BiConsumer Modifier and Type Method Description voidEnvironmentPropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)voidPropertiesPropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)default voidPropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)Iterates over all properties and performs an action for each key/value pair.<V> voidReadOnlyStringMap. forEach(BiConsumer<java.lang.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<java.lang.String,? super V> action)voidSystemPropertiesPropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)
-