Object/Trait

higherkindness.skeuomorph.mu

MuF

Related Docs: trait MuF | package mu

Permalink

object MuF

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MuF
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Field[A](name: String, tpe: A) extends Product with Serializable

    Permalink
  2. final case class TBoolean[A]() extends MuF[A] with Product with Serializable

    Permalink
  3. final case class TByteArray[A]() extends MuF[A] with Product with Serializable

    Permalink
  4. final case class TContaining[A](values: List[A]) extends MuF[A] with Product with Serializable

    Permalink
  5. final case class TCoproduct[A](invariants: NonEmptyList[A]) extends MuF[A] with Product with Serializable

    Permalink
  6. final case class TDouble[A]() extends MuF[A] with Product with Serializable

    Permalink
  7. final case class TEither[A](left: A, right: A) extends MuF[A] with Product with Serializable

    Permalink
  8. final case class TFloat[A]() extends MuF[A] with Product with Serializable

    Permalink
  9. final case class TGeneric[A](generic: A, params: List[A]) extends MuF[A] with Product with Serializable

    Permalink
  10. final case class TInt[A]() extends MuF[A] with Product with Serializable

    Permalink
  11. final case class TList[A](value: A) extends MuF[A] with Product with Serializable

    Permalink
  12. final case class TLong[A]() extends MuF[A] with Product with Serializable

    Permalink
  13. final case class TMap[A](keyTpe: Option[A], value: A) extends MuF[A] with Product with Serializable

    Permalink
  14. final case class TNamedType[A](name: String) extends MuF[A] with Product with Serializable

    Permalink
  15. final case class TNull[A]() extends MuF[A] with Product with Serializable

    Permalink
  16. final case class TOption[A](value: A) extends MuF[A] with Product with Serializable

    Permalink
  17. final case class TProduct[A](name: String, fields: List[Field[A]]) extends MuF[A] with Product with Serializable

    Permalink
  18. final case class TRequired[A](value: A) extends MuF[A] with Product with Serializable

    Permalink
  19. final case class TString[A]() extends MuF[A] with Product with Serializable

    Permalink
  20. final case class TSum[A](name: String, fields: List[String]) extends MuF[A] with Product with Serializable

    Permalink
  21. type λ[α] = MuF[α]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Field extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def boolean[A](): MuF[A]

    Permalink
  7. def byteArray[A](): MuF[A]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def coproduct[A](invariants: NonEmptyList[A]): MuF[A]

    Permalink
  10. def double[A](): MuF[A]

    Permalink
  11. def either[A](left: A, right: A): MuF[A]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit def fieldEq[T](implicit T: Eq[T]): Eq[Field[T]]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def float[A](): MuF[A]

    Permalink
  17. def generic[A](generic: A, params: List[A]): MuF[A]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def int[A](): MuF[A]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def list[A](value: A): MuF[A]

    Permalink
  23. def long[A](): MuF[A]

    Permalink
  24. def map[A](maybeKey: Option[A], value: A): MuF[A]

    Permalink
  25. implicit def muEq[T](implicit T: Eq[T]): Eq[MuF[T]]

    Permalink
  26. implicit def muShow[T](implicit T: Project[MuF, T]): Show[T]

    Permalink
  27. def namedType[A](name: String): MuF[A]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def null[A](): MuF[A]

    Permalink
  32. def option[A](value: A): MuF[A]

    Permalink
  33. def product[A](name: String, fields: List[Field[A]]): MuF[A]

    Permalink
  34. def required[A](value: A): MuF[A]

    Permalink
  35. def string[A](): MuF[A]

    Permalink
  36. def sum[A](name: String, fields: List[String]): MuF[A]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit def traverseInstance: Traverse[λ]

    Permalink
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped