CombineFieldRules

scalapb.validate.compiler.CombineFieldRules
case class CombineFieldRules(rules: Seq[Rule], op: String) extends Rule

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rule
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def imports: Seq[String]
def preamble: Seq[String]
def render(descriptor: FieldDescriptor, input: String): PrinterEndo

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product