Class BiFunction<T,U,R>
java.lang.Object
ortus.boxlang.runtime.interop.proxies.BaseProxy
ortus.boxlang.runtime.interop.proxies.BiFunction<T,U,R>
- All Implemented Interfaces:
BiFunction<T,U, R>
https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/util/function/BiFunction.html
-
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, prepLoggerMethods 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
-
BiFunction
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<T,U, R>
-