Uses of Interface
org.op4j.functions.ExecCtx

Packages that use ExecCtx
org.op4j.functions   
org.op4j.util   
 

Uses of ExecCtx in org.op4j.functions
 

Methods in org.op4j.functions with parameters of type ExecCtx
 Map.Entry<K,V> MapBuilder.execute(T input, ExecCtx ctx)
           
 R IFunction.execute(T input, ExecCtx ctx)
           Executes the function on the current target object, which is passed as the input parameter.
 R Get.execute(T input, ExecCtx ctx)
           
 R ExpressionFunction.execute(T input, ExecCtx ctx)
           
 R Call.execute(T input, ExecCtx ctx)
           
 R AbstractNullAsNullFunction.execute(T input, ExecCtx ctx)
           
 R AbstractNotNullFunction.execute(T input, ExecCtx ctx)
           
protected abstract  R AbstractNotNullFunction.notNullExecute(T input, ExecCtx ctx)
           Executes the function knowing that the input parameter (the target object) is not null.
protected abstract  R AbstractNullAsNullFunction.nullAsNullExecute(T input, ExecCtx ctx)
           Executes the function knowing that the input parameter (the target object) is not null.
 

Uses of ExecCtx in org.op4j.util
 

Classes in org.op4j.util that implement ExecCtx
 class ExecCtxImpl
           
 



Copyright © 2012 The OP4J team. All Rights Reserved.