Packages

trait Mixin[F[_]] extends all.Mixin[F]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mixin
  2. Mixin
  3. Mixin
  4. Schematic
  5. Schematic
  6. Schematic
  7. Schematic
  8. Schematic
  9. Schematic
  10. Schematic
  11. Schematic
  12. Schematic
  13. Schematic
  14. Schematic
  15. Schematic
  16. Schematic
  17. Schematic
  18. Schematic
  19. Schematic
  20. Schematic
  21. Schematic
  22. Schematic
  23. Schematic
  24. Schematic
  25. Schematic
  26. Schematic
  27. Schematic
  28. Schematic
  29. AnyRef
  30. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def bigdecimal: F[BigDecimal]
    Definition Classes
    Schematic
  2. abstract def bigint: F[BigInt]
    Definition Classes
    Schematic
  3. abstract def bijection[A, B](f: F[A], to: (A) => B, from: (B) => A): F[B]
    Definition Classes
    Schematic
  4. abstract def boolean: F[Boolean]
    Definition Classes
    Schematic
  5. abstract def byte: F[Byte]
    Definition Classes
    Schematic
  6. abstract def bytes: F[ByteArray]
    Definition Classes
    Schematic
  7. abstract def double: F[Double]
    Definition Classes
    Schematic
  8. abstract def enumeration[A](to: (A) => (String, Int), fromName: Map[String, A], fromOrdinal: Map[Int, A]): F[A]
    Definition Classes
    Schematic
  9. abstract def float: F[Float]
    Definition Classes
    Schematic
  10. abstract def instant: F[Instant]
    Definition Classes
    Schematic
  11. abstract def int: F[Int]
    Definition Classes
    Schematic
  12. abstract def list[S](fs: F[S]): F[List[S]]
    Definition Classes
    Schematic
  13. abstract def localDate: F[LocalDate]
    Definition Classes
    Schematic
  14. abstract def long: F[Long]
    Definition Classes
    Schematic
  15. abstract def map[K, V](fk: F[K], fv: F[V]): F[Map[K, V]]
    Definition Classes
    Schematic
  16. abstract def offsetDateTime: F[OffsetDateTime]
    Definition Classes
    Schematic
  17. abstract def set[S](fs: F[S]): F[Set[S]]
    Definition Classes
    Schematic
  18. abstract def short: F[Short]
    Definition Classes
    Schematic
  19. abstract def string: F[String]
    Definition Classes
    Schematic
  20. abstract def struct[S](fields: Vector[Field[F, S, _]])(const: (Vector[Any]) => S): F[S]
    Definition Classes
    Schematic
  21. abstract def suspend[A](f: => F[A]): F[A]
    Definition Classes
    Schematic
  22. abstract def union[S](first: Alt[F, S, _], rest: Vector[Alt[F, S, _]])(total: (S) => WithValue[F, S, _]): F[S]

    Models a coproduct as a list of alternatives.

    Models a coproduct as a list of alternatives. Typesafety is guaranteed by the total function, which ensures that any value of the supertype can be downcasted to an alternative.

    Definition Classes
    Schematic
  23. abstract def unit: F[Unit]
    Definition Classes
    Schematic
  24. abstract def uuid: F[UUID]
    Definition Classes
    Schematic
  25. abstract def vector[S](fs: F[S]): F[Vector[S]]
    Definition Classes
    Schematic

Concrete 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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from all.Mixin[F]

Inherited from javatime.Schematic.Mixin[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from Schematic[F]

Inherited from AnyRef

Inherited from Any

Ungrouped