Class SlowContextualBiConsumer<T,U>
java.lang.Object
io.smallrye.context.impl.wrappers.SlowContextualBiConsumer<T,U>
- All Implemented Interfaces:
Contextualized,BiConsumer<T,U>
public final class SlowContextualBiConsumer<T,U>
extends Object
implements BiConsumer<T,U>, Contextualized
-
Constructor Summary
ConstructorsConstructorDescriptionSlowContextualBiConsumer(CapturedContextState state, BiConsumer<T, U> consumer) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
SlowContextualBiConsumer
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<T,U>
-