Package com.suncode.pwfl.core.function
Interface Contextual<T>
- Type Parameters:
T
- actual variable type
public interface Contextual<T>
Function argument backed by
ContextVariable<T>
.-
Method Summary
-
Method Details
-
get
T get() -
getContextVariable
ContextVariable<T> getContextVariable()
-