trait AppliedGetter[S, A] extends monocle.AppliedFold[S, A]

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

Abstract Value Members

  1. abstract def optic: Getter[S, A]
    Definition Classes
    AppliedGetterAppliedFold
  2. abstract def value: S
    Definition Classes
    AppliedFold

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. def all(p: (A) => Boolean): Boolean
    Definition Classes
    AppliedFold
  5. def andThen[B](other: Getter[A, B]): AppliedGetter[S, B]
  6. def andThen[B](other: Fold[A, B]): AppliedFold[S, B]
    Definition Classes
    AppliedFold
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def exist(p: (A) => Boolean): Boolean
    Definition Classes
    AppliedFold
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def find(p: (A) => Boolean): Option[A]
    Definition Classes
    AppliedFold
  14. def foldMap[M](f: (A) => M)(implicit arg0: Monoid[M]): M
    Definition Classes
    AppliedFold
  15. def get: A
  16. def getAll: List[A]
    Definition Classes
    AppliedFold
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def headOption: Option[A]
    Definition Classes
    AppliedFold
  20. def isEmpty: Boolean
    Definition Classes
    AppliedFold
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lastOption: Option[A]
    Definition Classes
    AppliedFold
  23. def length: Int
    Definition Classes
    AppliedFold
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nonEmpty: Boolean
    Definition Classes
    AppliedFold
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def some[A1](implicit ev1: =:=[A, Option[A1]]): monocle.AppliedFold[S, A1]
    Definition Classes
    AppliedGetterAppliedFold
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AppliedFold[S, A]

Inherited from AnyRef

Inherited from Any

Ungrouped