Uses of Interface
org.apache.logging.log4j.util.BiConsumer
-
Packages that use BiConsumer Package Description org.apache.logging.log4j.core.impl org.apache.logging.log4j.internal.map org.apache.logging.log4j.message org.apache.logging.log4j.spi org.apache.logging.log4j.util -
-
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<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 BiConsumer Modifier and Type Method Description <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 BiConsumer Modifier and Type Method Description <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 BiConsumer Modifier and Type Method Description <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 BiConsumer Modifier and Type Method Description voidEnvironmentPropertySource. 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)
-