object Singletons extends LowPrioritySingletons

Source
Singletons.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Singletons
  2. LowPrioritySingletons
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply[T](implicit s: Singletons[T]): Singletons[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  7. implicit def coproduct[C <: Coproduct](implicit underlying: CoproductSingletons[C]): Singletons[C]
  8. def empty[T]: Singletons[T]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def fieldType[K, H](implicit underlying: Singletons[H]): Singletons[FieldType[K, H]]
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. implicit def genericCoproduct[S, C <: Coproduct](implicit gen: Aux[S, C], reprSingletons: shapeless.Lazy[CoproductSingletons[C]]): Singletons[S]
  14. implicit def genericProduct[P, L <: HList](implicit gen: Aux[P, L], reprSingletons: shapeless.Lazy[HListSingletons[L]]): Singletons[P]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. implicit def hlist[L <: HList](implicit underlying: HListSingletons[L]): Singletons[L]
  18. def instance[T](s: ⇒ Seq[T]): Singletons[T]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. implicit def singletonsNotFound[T]: Singletons[T]

    Fallback case if T cannot be built out of singletons.

    Fallback case if T cannot be built out of singletons.

    Definition Classes
    LowPrioritySingletons
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])

Inherited from LowPrioritySingletons

Inherited from AnyRef

Inherited from Any

Ungrouped