Class SlowContextualBiFunction<T,U,R>
java.lang.Object
io.smallrye.context.impl.wrappers.SlowContextualBiFunction<T,U,R>
- All Implemented Interfaces:
Contextualized,BiFunction<T,U, R>
public final class SlowContextualBiFunction<T,U,R>
extends Object
implements BiFunction<T,U,R>, Contextualized
-
Constructor Summary
ConstructorsConstructorDescriptionSlowContextualBiFunction(CapturedContextState state, BiFunction<T, U, R> function) -
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.BiFunction
andThen
-
Constructor Details
-
SlowContextualBiFunction
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<T,U, R>
-