RepeatedValidation

scalapb.validate.RepeatedValidation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def maxItems[T](name: String, v: Seq[T], limit: Int): Result
def maxItems(name: String, actualSize: Int, limit: Int): Result
def minItems[T](name: String, v: Seq[T], limit: Int): Result
def minItems(name: String, actualSize: Int, limit: Int): Result
def unique[T](name: String, v: Seq[T]): Result