Rule

object Rule
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def basic(funcName: String, args: Seq[String], inputTransform: Expression): FunctionCall
def basic(funcName: String, args: String*): FunctionCall
def ifSet[T](cond: => Boolean)(value: => T): Option[T]
def java(funcName: String, args: Seq[String], inputTransform: Expression): FunctionCall
def java(funcName: String, args: String*): FunctionCall
def messageValidate(validator: String): Rule