Uses of Interface
org.apache.logging.log4j.util.BiConsumer
Packages that use BiConsumer
Package
Description
-
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.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)