IgnoreEmptyRulesGen

scalapb.validate.compiler.IgnoreEmptyRulesGen$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type HasIgnoreEmpty = { def getIgnoreEmpty: Boolean; }

Value members

Concrete methods

def ignoreEmptyRule(fd: FieldDescriptor, rules: FieldRules, di: DescriptorImplicits): Option[Rule]
def numericIsEmpty[T : ClassTag](rules: NumericRules[T] & HasIgnoreEmpty): Option[Rule]