MapValidation

scalapb.validate.MapValidation
object MapValidation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def maxPairs[K, V](name: String, v: Map[K, V], limit: Int): Result
def maxPairs[K, V](name: String, actualSize: Int, limit: Int): Result
def minPairs[K, V](name: String, v: Map[K, V], limit: Int): Result
def minPairs[K, V](name: String, actualSize: Int, limit: Int): Result
def notSparse[K, V](name: String, v: Map[K, V]): Failure

Concrete fields