Uses of Interface
org.apache.logging.log4j.util.TriConsumer
-
Packages that use TriConsumer 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 TriConsumer in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl with parameters of type TriConsumer Modifier and Type Method Description <V,S>
voidJdkMapAdapterStringMap. forEach(TriConsumer<String,? super V,S> action, S state) -
Uses of TriConsumer in org.apache.logging.log4j.internal.map
Methods in org.apache.logging.log4j.internal.map with parameters of type TriConsumer Modifier and Type Method Description <V,S>
voidUnmodifiableArrayBackedMap. forEach(TriConsumer<String,? super V,S> action, S state) -
Uses of TriConsumer in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message with parameters of type TriConsumer Modifier and Type Method Description <CV,S>
voidMapMessage. 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 TriConsumer Modifier and Type Method Description <V,S>
voidDefaultThreadContextMap. forEach(TriConsumer<String,? super V,S> action, S state) -
Uses of TriConsumer in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util with parameters of type TriConsumer Modifier and Type Method Description <V,S>
voidReadOnlyStringMap. 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>
voidSortedArrayStringMap. forEach(TriConsumer<String,? super V,T> action, T state)
-