Rule

scalapb.validate.compiler.Rule$
See theRule companion trait
object Rule

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Rule.type

Members list

Concise view

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