final class SchemaVisitorHash extends Cached[Hash]
- Self Type
- SchemaVisitorHash
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchemaVisitorHash
- Cached
- SchemaVisitor
- PolyFunction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SchemaVisitorHash(cache: CompilationCache[Hash])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def andThen[H[_]](other: PolyFunction[Hash, H]): PolyFunction[schema.Schema, H]
- Definition Classes
- PolyFunction
- def apply[A](schema: schema.Schema[A]): Hash[A]
- Definition Classes
- Cached → SchemaVisitor → PolyFunction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def biject[A, B](schema: schema.Schema[A], bijection: Bijection[A, B]): Hash[B]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- val cache: CompilationCache[Hash]
- Definition Classes
- SchemaVisitorHash → Cached
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: schema.Schema[A]): Hash[C[A]]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- final def compose[H[_]](other: PolyFunction[H, schema.Schema]): PolyFunction[H, Hash]
- Definition Classes
- PolyFunction
- def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: (E) => EnumValue[E]): Hash[E]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lazily[A](suspend: Lazy[schema.Schema[A]]): Hash[A]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- def map[K, V](shapeId: ShapeId, hints: Hints, key: schema.Schema[K], value: schema.Schema[V]): Hash[Map[K, V]]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- final def narrow[F0[a0] <: schema.Schema[a0]]: PolyFunction[F0, Hash]
- Definition Classes
- PolyFunction
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def option[A](schema: schema.Schema[A]): Hash[Option[A]]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- def primitive[P](shapeId: ShapeId, hints: Hints, tag: Primitive[P]): Hash[P]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- def refine[A, B](schema: schema.Schema[A], refinement: Refinement[A, B]): Hash[B]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: (IndexedSeq[Any]) => S): Hash[S]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatch: Dispatcher[U]): Hash[U]
- Definition Classes
- SchemaVisitorHash → SchemaVisitor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def widen[G0[a0] >: Hash[a0]]: PolyFunction[schema.Schema, G0]
- Definition Classes
- PolyFunction