t

proptics.instances

EmptyInstances

trait EmptyInstances extends ScalaVersionSpecificEmptyInstances

Source
EmptyInstances.scala
Linear Supertypes
ScalaVersionSpecificEmptyInstances, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmptyInstances
  2. ScalaVersionSpecificEmptyInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def empty[S](implicit ev: Empty[S]): Prism[S, Unit]
  7. implicit final def emptyArray[A](implicit arg0: ClassTag[A]): Empty[Array[A]]
  8. implicit final def emptyArraySeq[A](implicit arg0: ClassTag[A]): Empty[ArraySeq[A]]
    Definition Classes
    ScalaVersionSpecificEmptyInstances
  9. implicit final def emptyChain[A]: Empty[Chain[A]]
  10. implicit final def emptyLazyList[A]: Empty[LazyList[A]]
    Definition Classes
    ScalaVersionSpecificEmptyInstances
  11. implicit final def emptyList[A]: Empty[List[A]]
  12. implicit final def emptyListMap[K, V]: Empty[ListMap[K, V]]
  13. implicit final def emptyMap[K, V]: Empty[Map[K, V]]
  14. implicit final def emptySet[A]: Empty[Set[A]]
  15. implicit final def emptySortedMap[K, V](implicit ev: Order[K]): Empty[SortedMap[K, V]]
  16. implicit final val emptyString: Empty[String]
  17. implicit final def emptyVector[A]: Empty[Vector[A]]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ScalaVersionSpecificEmptyInstances

Inherited from AnyRef

Inherited from Any

Ungrouped