SchemaList

object SchemaList
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def parseStrings(strings: List[String]): Either[String, SchemaList]

Validate that a list of strings is a SchemaList (a non-empty list of SchemaKeys).

Validate that a list of strings is a SchemaList (a non-empty list of SchemaKeys).

def parseUnsafe(keys: List[SchemaKey]): SchemaList