Class BiConsumer<T,U>
java.lang.Object
ortus.boxlang.runtime.interop.proxies.BaseProxy
ortus.boxlang.runtime.interop.proxies.BiConsumer<T,U>
- All Implemented Interfaces:
BiConsumer<T,
U>
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.interop.proxies.BaseProxy
appContext, context, defaultMethod, logger, target, threadManager
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ortus.boxlang.runtime.interop.proxies.BaseProxy
getAsFunction, getCurrentThread, getCurrentThreadName, getDefaultMethod, getDynamicTarget, getLogger, getThreadManager, invoke, invoke, isClassRunnableTarget, isFunctionTarget, isInForkJoinPool, isInThread
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
BiConsumer
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<T,
U>
-