Packages

final class SchemaVisitorHash extends Cached[Hash]

Self Type
SchemaVisitorHash
Linear Supertypes
Cached[Hash], SchemaVisitor[Hash], PolyFunction[schema.Schema, Hash], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaVisitorHash
  2. Cached
  3. SchemaVisitor
  4. PolyFunction
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SchemaVisitorHash(cache: CompilationCache[Hash])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def andThen[H[_]](other: PolyFunction[Hash, H]): PolyFunction[schema.Schema, H]
    Definition Classes
    PolyFunction
  5. def apply[A](schema: schema.Schema[A]): Hash[A]
    Definition Classes
    Cached → SchemaVisitor → PolyFunction
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def biject[A, B](schema: schema.Schema[A], bijection: Bijection[A, B]): Hash[B]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  8. val cache: CompilationCache[Hash]
    Definition Classes
    SchemaVisitorHash → Cached
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def collection[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: schema.Schema[A]): Hash[C[A]]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  11. final def compose[H[_]](other: PolyFunction[H, schema.Schema]): PolyFunction[H, Hash]
    Definition Classes
    PolyFunction
  12. def enumeration[E](shapeId: ShapeId, hints: Hints, tag: EnumTag[E], values: List[EnumValue[E]], total: (E) => EnumValue[E]): Hash[E]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lazily[A](suspend: Lazy[schema.Schema[A]]): Hash[A]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  20. def map[K, V](shapeId: ShapeId, hints: Hints, key: schema.Schema[K], value: schema.Schema[V]): Hash[Map[K, V]]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  21. final def narrow[F0[a0] <: schema.Schema[a0]]: PolyFunction[F0, Hash]
    Definition Classes
    PolyFunction
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def option[A](schema: schema.Schema[A]): Hash[Option[A]]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  26. def primitive[P](shapeId: ShapeId, hints: Hints, tag: Primitive[P]): Hash[P]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  27. def refine[A, B](schema: schema.Schema[A], refinement: Refinement[A, B]): Hash[B]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  28. def struct[S](shapeId: ShapeId, hints: Hints, fields: Vector[Field[S, _]], make: (IndexedSeq[Any]) => S): Hash[S]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def union[U](shapeId: ShapeId, hints: Hints, alternatives: Vector[Alt[U, _]], dispatch: Dispatcher[U]): Hash[U]
    Definition Classes
    SchemaVisitorHash → SchemaVisitor
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def widen[G0[a0] >: Hash[a0]]: PolyFunction[schema.Schema, G0]
    Definition Classes
    PolyFunction

Inherited from Cached[Hash]

Inherited from SchemaVisitor[Hash]

Inherited from PolyFunction[schema.Schema, Hash]

Inherited from AnyRef

Inherited from Any

Ungrouped