Interface JMetaMetaFunctor
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
JFunctor
,JSONFunctor
- All Known Implementing Classes:
ANDLogicBlocks
,jAnd
,jclearEnv
,jConcat
,jContains
,jDrop
,jEcho
,jElse
,jEndsWith
,jEquals
,jExists
,jFalse
,JFunctorImpl
,jgetEnv
,jIf
,jMatch
,jNot
,jOr
,jRaiseError
,jReplace
,jsetEnv
,jStartsWith
,jStringComparisons
,jThen
,jToArray
,jToLowerCase
,jToUpperCase
,jTrue
,jXOr
,LogicBlock
,LogicBlocks
,ORLogicBlocks
,UserDefined
,XORLogicBlocks
public interface JMetaMetaFunctor extends Serializable
This can run some sort of a script/procedure and has a result that is accessible.Created by Jeff Gaynor
on 3/11/19 at 10:42 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
execute()
Object
getResult()
-