SchemaInstances

zio.schema.meta.SchemaInstances
See theSchemaInstances companion object

Special version of zio-constraintless's Instances for capturing Schema instances

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def all: List[Schema[_]]
def withInstance[B, D](use: Schema[B] => D)(implicit ev: IsElementOf[B, As]): D