o

monocle

Monocle

object Monocle extends Syntaxes with GenericOptics with StdInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Monocle
  2. StdInstances
  3. ValidationOptics
  4. TreeOptics
  5. NonEmptyListOptics
  6. IMapOptics
  7. IListInstances
  8. TheseOptics
  9. DisjunctionOptics
  10. Either3Optics
  11. CofreeOptics
  12. TryOptics
  13. Tuple1Optics
  14. StringOptics
  15. PlatformSpecificStringOptics
  16. OptionOptics
  17. MaybeOptics
  18. MapOptics
  19. LongOptics
  20. ListOptics
  21. IntOptics
  22. FunctionOptics
  23. EitherOptics
  24. DoubleOptics
  25. CharOptics
  26. ByteOptics
  27. BigIntOptics
  28. BigDecimalOptics
  29. GenericOptics
  30. WrappedFunctions
  31. Snoc1Functions
  32. SnocFunctions
  33. ReverseFunctions
  34. PossibleFunctions
  35. PlatedFunctions
  36. IndexFunctions
  37. FilterIndexFunctions
  38. Field6Functions
  39. Field5Functions
  40. Field4Functions
  41. Field3Functions
  42. Field2Functions
  43. Field1Functions
  44. EmptyFunctions
  45. EachFunctions
  46. CurryFunctions
  47. Cons1Functions
  48. ConsFunctions
  49. AtFunctions
  50. Syntaxes
  51. TraversalSyntax
  52. FieldsSyntax
  53. ApplySyntax
  54. AnyRef
  55. 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 _1[S, A](implicit ev: Field1[S, A]): Lens[S, A]
    Definition Classes
    FieldsSyntax
  5. def _2[S, A](implicit ev: Field2[S, A]): Lens[S, A]
    Definition Classes
    FieldsSyntax
  6. def _3[S, A](implicit ev: Field3[S, A]): Lens[S, A]
    Definition Classes
    FieldsSyntax
  7. def _4[S, A](implicit ev: Field4[S, A]): Lens[S, A]
    Definition Classes
    FieldsSyntax
  8. def _5[S, A](implicit ev: Field5[S, A]): Lens[S, A]
    Definition Classes
    FieldsSyntax
  9. def _6[S, A](implicit ev: Field6[S, A]): Lens[S, A]
    Definition Classes
    FieldsSyntax
  10. final def _cons[S, A](head: A, tail: S)(implicit ev: Cons[S, A]): S

    append an element to the head

    append an element to the head

    Definition Classes
    ConsFunctions
  11. final def _cons1[S, H, T](head: H, tail: T)(implicit ev: Cons1[S, H, T]): S

    append an element to the head

    append an element to the head

    Definition Classes
    Cons1Functions
  12. def _empty[S](implicit ev: Empty[S]): S
    Definition Classes
    EmptyFunctions
  13. def _isEmpty[S](s: S)(implicit ev: Empty[S]): Boolean
    Definition Classes
    EmptyFunctions
  14. def _reverse[S](s: S)(implicit ev: Reverse[S, S]): S
    Definition Classes
    ReverseFunctions
  15. final def _snoc[S, A](init: S, last: A)(implicit ev: Snoc[S, A]): S

    append an element to the end

    append an element to the end

    Definition Classes
    SnocFunctions
  16. final def _snoc1[S, I, L](init: I, last: L)(implicit ev: Snoc1[S, I, L]): S

    append an element to the end

    append an element to the end

    Definition Classes
    Snoc1Functions
  17. final def _uncons[S, A](s: S)(implicit ev: Cons[S, A]): Option[(A, S)]

    deconstruct an S between its head and tail

    deconstruct an S between its head and tail

    Definition Classes
    ConsFunctions
  18. final def _uncons1[S, H, T](s: S)(implicit ev: Cons1[S, H, T]): (H, T)

    deconstruct an S between its head and tail

    deconstruct an S between its head and tail

    Definition Classes
    Cons1Functions
  19. final def _unsnoc[S, A](s: S)(implicit ev: Snoc[S, A]): Option[(S, A)]

    deconstruct an S between its init and last

    deconstruct an S between its init and last

    Definition Classes
    SnocFunctions
  20. final def _unsnoc1[S, I, L](s: S)(implicit ev: Snoc1[S, I, L]): (I, L)

    deconstruct an S between its init and last

    deconstruct an S between its init and last

    Definition Classes
    Snoc1Functions
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def at[S, I, A](i: I)(implicit ev: At[S, I, A]): Lens[S, A]
    Definition Classes
    AtFunctions
  23. val bigDecimalToInt: Prism[BigDecimal, Int]
    Definition Classes
    BigDecimalOptics
  24. val bigDecimalToLong: Prism[BigDecimal, Long]
    Definition Classes
    BigDecimalOptics
  25. val bigIntToBoolean: Prism[BigInt, Boolean]
    Definition Classes
    BigIntOptics
  26. val bigIntToByte: Prism[BigInt, Byte]
    Definition Classes
    BigIntOptics
  27. val bigIntToChar: Prism[BigInt, Char]
    Definition Classes
    BigIntOptics
  28. val bigIntToInt: Prism[BigInt, Int]
    Definition Classes
    BigIntOptics
  29. val bigIntToLong: Prism[BigInt, Long]
    Definition Classes
    BigIntOptics
  30. val byteToBoolean: Prism[Byte, Boolean]
    Definition Classes
    ByteOptics
  31. val charToBoolean: Prism[Char, Boolean]
    Definition Classes
    CharOptics
  32. def children[A](a: A)(implicit arg0: Plated[A]): List[A]

    get the immediate self-similar children of a target

    get the immediate self-similar children of a target

    Definition Classes
    PlatedFunctions
    Annotations
    @inline()
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  34. def cofreeToStream[A]: Iso[Cofree[Option, A], OneAnd[Stream, A]]

    Iso variant of pCofreeToStream

    Iso variant of pCofreeToStream

    Definition Classes
    CofreeOptics
  35. def cofreeToTree[A]: Iso[Cofree[Stream, A], Tree[A]]

    Iso variant of pCofreeToTree

    Iso variant of pCofreeToTree

    Definition Classes
    CofreeOptics
  36. final def cons[S, A](implicit ev: Cons[S, A]): Prism[S, (A, S)]
    Definition Classes
    ConsFunctions
  37. final def cons1[S, H, T](implicit ev: Cons1[S, H, T]): Iso[S, (H, T)]
    Definition Classes
    Cons1Functions
  38. def curry[F, G](implicit ev: Curry[F, G]): Iso[F, G]
    Definition Classes
    CurryFunctions
  39. final def disjunctionToEither[E, A]: Iso[\/[E, A], Either[E, A]]
    Definition Classes
    DisjunctionOptics
  40. final def disjunctionToValidation[E, A]: Iso[\/[E, A], Validation[E, A]]
    Definition Classes
    DisjunctionOptics
  41. val doubleToFloat: Prism[Double, Float]
    Definition Classes
    DoubleOptics
  42. val doubleToInt: Prism[Double, Int]
    Definition Classes
    DoubleOptics
  43. def each[S, A](implicit ev: Each[S, A]): Traversal[S, A]
    Definition Classes
    EachFunctions
  44. final def eitherToDisjunction[E, A]: Iso[Either[E, A], \/[E, A]]
    Definition Classes
    EitherOptics
  45. def empty[S](implicit ev: Empty[S]): Prism[S, Unit]
    Definition Classes
    EmptyFunctions
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  48. final def failure[E, A]: Prism[Validation[E, A], E]
    Definition Classes
    ValidationOptics
  49. def fifth[S, A](implicit ev: Field5[S, A]): Lens[S, A]
    Definition Classes
    Field5Functions
  50. def filterIndex[S, I, A](predicate: (I) => Boolean)(implicit ev: FilterIndex[S, I, A]): Traversal[S, A]
    Definition Classes
    FilterIndexFunctions
  51. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  52. def first[S, A](implicit ev: Field1[S, A]): Lens[S, A]
    Definition Classes
    Field1Functions
  53. final def flip[A, B, C]: Iso[(A) => (B) => C, (B) => (A) => C]
    Definition Classes
    FunctionOptics
  54. final def flipped[A, B, C]: ((A) => (B) => C) => (B) => (A) => C
    Definition Classes
    FunctionOptics
  55. def fourth[S, A](implicit ev: Field4[S, A]): Lens[S, A]
    Definition Classes
    Field4Functions
  56. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. final def head[S, H, T](implicit ev: Cons1[S, H, T]): Lens[S, H]
    Definition Classes
    Cons1Functions
  59. final def headOption[S, A](implicit ev: Cons[S, A]): Optional[S, A]
    Definition Classes
    ConsFunctions
  60. final def iListToList[A]: Iso[IList[A], List[A]]
    Definition Classes
    IListInstances
  61. def index[S, I, A](i: I)(implicit ev: Index[S, I, A]): Optional[S, A]
    Definition Classes
    IndexFunctions
  62. final def init[S, I, L](implicit ev: Snoc1[S, I, L]): Lens[S, I]
    Definition Classes
    Snoc1Functions
  63. final def initOption[S, A](implicit ev: Snoc[S, A]): Optional[S, S]
    Definition Classes
    SnocFunctions
  64. val intToBoolean: Prism[Int, Boolean]
    Definition Classes
    IntOptics
  65. val intToByte: Prism[Int, Byte]
    Definition Classes
    IntOptics
  66. val intToChar: Prism[Int, Char]
    Definition Classes
    IntOptics
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. final def just[A]: Prism[Maybe[A], A]
    Definition Classes
    MaybeOptics
  69. final def last[S, I, L](implicit ev: Snoc1[S, I, L]): Lens[S, L]
    Definition Classes
    Snoc1Functions
  70. final def lastOption[S, A](implicit ev: Snoc[S, A]): Optional[S, A]
    Definition Classes
    SnocFunctions
  71. final def left[A, B]: Prism[\/[A, B], A]
    Definition Classes
    DisjunctionOptics
  72. final def left3[A, B, C]: Prism[Either3[A, B, C], A]
    Definition Classes
    Either3Optics
  73. final def leftMostLabel[A]: Lens[Tree[A], A]
    Definition Classes
    TreeOptics
  74. def listToVector[A]: Iso[List[A], Vector[A]]
    Definition Classes
    ListOptics
  75. val longToBoolean: Prism[Long, Boolean]
    Definition Classes
    LongOptics
  76. val longToByte: Prism[Long, Byte]
    Definition Classes
    LongOptics
  77. val longToChar: Prism[Long, Char]
    Definition Classes
    LongOptics
  78. val longToInt: Prism[Long, Int]
    Definition Classes
    LongOptics
  79. def mapToSet[K]: Iso[Map[K, Unit], Set[K]]
    Definition Classes
    MapOptics
  80. final def maybeToOption[A]: Iso[Maybe[A], Option[A]]
    Definition Classes
    MaybeOptics
  81. final def middle3[A, B, C]: Prism[Either3[A, B, C], B]
    Definition Classes
    Either3Optics
  82. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. final def nelToOneAnd[A]: Iso[NonEmptyList[A], OneAnd[List, A]]
    Definition Classes
    NonEmptyListOptics
  84. final def none[A]: Prism[Option[A], Unit]
    Definition Classes
    OptionOptics
  85. final def nothing[A]: Prism[Maybe[A], Unit]
    Definition Classes
    MaybeOptics
  86. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  88. final def optNelToList[A]: Iso[Option[NonEmptyList[A]], List[A]]
    Definition Classes
    NonEmptyListOptics
  89. final def optionToDisjunction[A]: Iso[Option[A], \/[Unit, A]]
    Definition Classes
    OptionOptics
  90. def pCofreeToStream[A, B]: PIso[Cofree[Option, A], Cofree[Option, B], OneAnd[Stream, A], OneAnd[Stream, B]]

    Polymorphic isomorphism between Cofree[Option, _] and OneAnd[Stream, _]

    Polymorphic isomorphism between Cofree[Option, _] and OneAnd[Stream, _]

    Definition Classes
    CofreeOptics
  91. def pCofreeToTree[A, B]: PIso[Cofree[Stream, A], Cofree[Stream, B], Tree[A], Tree[B]]

    Polymorphic isomorphism between Cofree[Stream, _] and Tree

    Polymorphic isomorphism between Cofree[Stream, _] and Tree

    Definition Classes
    CofreeOptics
  92. final def pDisjunctionToEither[E1, E2, A1, A2]: PIso[\/[E1, A1], \/[E2, A2], Either[E1, A1], Either[E2, A2]]
    Definition Classes
    DisjunctionOptics
  93. final def pDisjunctionToValidation[E1, E2, A1, A2]: PIso[\/[E1, A1], \/[E2, A2], Validation[E1, A1], Validation[E2, A2]]
    Definition Classes
    DisjunctionOptics
  94. final def pEitherToDisjunction[E1, E2, A1, A2]: PIso[Either[E1, A1], Either[E2, A2], \/[E1, A1], \/[E2, A2]]
    Definition Classes
    EitherOptics
  95. final def pFailure[E, A, F]: PPrism[Validation[E, A], Validation[F, A], E, F]
    Definition Classes
    ValidationOptics
  96. final def pIListToList[A, B]: PIso[IList[A], IList[B], List[A], List[B]]
    Definition Classes
    IListInstances
  97. final def pJust[A, B]: PPrism[Maybe[A], Maybe[B], A, B]
    Definition Classes
    MaybeOptics
  98. final def pLeft[A, B, C]: PPrism[\/[A, B], \/[C, B], A, C]
    Definition Classes
    DisjunctionOptics
  99. final def pLeft3[A, B, C, D]: PPrism[Either3[A, B, C], Either3[D, B, C], A, D]
    Definition Classes
    Either3Optics
  100. def pListToVector[A, B]: PIso[List[A], List[B], Vector[A], Vector[B]]
    Definition Classes
    ListOptics
  101. final def pMaybeToOption[A, B]: PIso[Maybe[A], Maybe[B], Option[A], Option[B]]
    Definition Classes
    MaybeOptics
  102. final def pMiddle3[A, B, C, D]: PPrism[Either3[A, B, C], Either3[A, D, C], B, D]
    Definition Classes
    Either3Optics
  103. final def pNelToOneAnd[A, B]: PIso[NonEmptyList[A], NonEmptyList[B], OneAnd[List, A], OneAnd[List, B]]
    Definition Classes
    NonEmptyListOptics
  104. final def pOptNelToList[A, B]: PIso[Option[NonEmptyList[A]], Option[NonEmptyList[B]], List[A], List[B]]
    Definition Classes
    NonEmptyListOptics
  105. final def pOptionToDisjunction[A, B]: PIso[Option[A], Option[B], \/[Unit, A], \/[Unit, B]]
    Definition Classes
    OptionOptics
  106. final def pRight[A, B, C]: PPrism[\/[A, B], \/[A, C], B, C]
    Definition Classes
    DisjunctionOptics
  107. final def pRight3[A, B, C, D]: PPrism[Either3[A, B, C], Either3[A, B, D], C, D]
    Definition Classes
    Either3Optics
  108. final def pSome[A, B]: PPrism[Option[A], Option[B], A, B]
    Definition Classes
    OptionOptics
  109. final def pStdLeft[A, B, C]: PPrism[Either[A, B], Either[C, B], A, C]
    Definition Classes
    EitherOptics
  110. final def pStdRight[A, B, C]: PPrism[Either[A, B], Either[A, C], B, C]
    Definition Classes
    EitherOptics
  111. final def pSuccess[E, A, B]: PPrism[Validation[E, A], Validation[E, B], A, B]
    Definition Classes
    ValidationOptics
  112. final def pTrySuccess[A, B]: PPrism[Try[A], Try[B], A, B]
    Definition Classes
    TryOptics
  113. final def pValidationToDisjunction[E1, E2, A1, A2]: PIso[Validation[E1, A1], Validation[E2, A2], \/[E1, A1], \/[E2, A2]]
    Definition Classes
    ValidationOptics
  114. def plate[A](implicit P: Plated[A]): Traversal[A, A]

    Traversal of immediate self-similar children

    Traversal of immediate self-similar children

    Definition Classes
    PlatedFunctions
  115. def possible[S, A](implicit ev: Possible[S, A]): Optional[S, A]
    Definition Classes
    PossibleFunctions
  116. def remove[S, I, A](i: I)(s: S)(implicit ev: At[S, I, Option[A]]): S

    delete a value associated with a key in a Map-like container

    delete a value associated with a key in a Map-like container

    Definition Classes
    AtFunctions
  117. def reverse[S, A](implicit ev: Reverse[S, A]): Iso[S, A]
    Definition Classes
    ReverseFunctions
  118. def rewrite[A](f: (A) => Option[A])(a: A)(implicit arg0: Plated[A]): A

    rewrite a target by applying a rule as often as possible until it reaches a fixpoint (this is an infinite loop if there is no fixpoint)

    rewrite a target by applying a rule as often as possible until it reaches a fixpoint (this is an infinite loop if there is no fixpoint)

    Definition Classes
    PlatedFunctions
  119. def rewriteOf[A](l: Setter[A, A])(f: (A) => Option[A])(a: A): A

    rewrite a target by applying a rule within a Setter, as often as possible until it reaches a fixpoint (this is an infinite loop if there is no fixpoint)

    rewrite a target by applying a rule within a Setter, as often as possible until it reaches a fixpoint (this is an infinite loop if there is no fixpoint)

    Definition Classes
    PlatedFunctions
  120. final def right[A, B]: Prism[\/[A, B], B]
    Definition Classes
    DisjunctionOptics
  121. final def right3[A, B, C]: Prism[Either3[A, B, C], C]
    Definition Classes
    Either3Optics
  122. final def rightMostLabel[A]: Lens[Tree[A], A]
    Definition Classes
    TreeOptics
  123. final def rootLabel[A]: Lens[Tree[A], A]
    Definition Classes
    TreeOptics
  124. def second[S, A](implicit ev: Field2[S, A]): Lens[S, A]
    Definition Classes
    Field2Functions
  125. def sixth[S, A](implicit ev: Field6[S, A]): Lens[S, A]
    Definition Classes
    Field6Functions
  126. final def snoc[S, A](implicit ev: Snoc[S, A]): Prism[S, (S, A)]
    Definition Classes
    SnocFunctions
  127. final def snoc1[S, I, L](implicit ev: Snoc1[S, I, L]): Iso[S, (I, L)]
    Definition Classes
    Snoc1Functions
  128. final def some[A]: Prism[Option[A], A]
    Definition Classes
    OptionOptics
  129. final def stdLeft[A, B]: Prism[Either[A, B], A]
    Definition Classes
    EitherOptics
  130. final def stdRight[A, B]: Prism[Either[A, B], B]
    Definition Classes
    EitherOptics
  131. val stringToBoolean: Prism[String, Boolean]
    Definition Classes
    StringOptics
  132. val stringToByte: Prism[String, Byte]
    Definition Classes
    StringOptics
  133. val stringToInt: Prism[String, Int]
    Definition Classes
    StringOptics
  134. val stringToList: Iso[String, List[Char]]
    Definition Classes
    StringOptics
  135. val stringToLong: Prism[String, Long]
    Definition Classes
    StringOptics
  136. val stringToURI: Prism[String, URI]
    Definition Classes
    StringOptics
  137. val stringToURL: Prism[String, URL]
    Definition Classes
    PlatformSpecificStringOptics
  138. val stringToUUID: Prism[String, UUID]
    Definition Classes
    StringOptics
  139. final def subForest[A]: Lens[Tree[A], Stream[Tree[A]]]
    Definition Classes
    TreeOptics
  140. final def success[E, A]: Prism[Validation[E, A], A]
    Definition Classes
    ValidationOptics
  141. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  142. final def tail[S, H, T](implicit ev: Cons1[S, H, T]): Lens[S, T]
    Definition Classes
    Cons1Functions
  143. final def tailOption[S, A](implicit ev: Cons[S, A]): Optional[S, S]
    Definition Classes
    ConsFunctions
  144. def theseToDisjunction[A, B]: Prism[\&/[A, B], \/[A, B]]
    Definition Classes
    TheseOptics
  145. def third[S, A](implicit ev: Field3[S, A]): Lens[S, A]
    Definition Classes
    Field3Functions
  146. implicit def toApplyFoldOps[S](value: S): ApplyFoldOps[S]
    Definition Classes
    ApplySyntax
  147. implicit def toApplyGetterOps[S](value: S): ApplyGetterOps[S]
    Definition Classes
    ApplySyntax
  148. implicit def toApplyIsoOps[S](value: S): ApplyIsoOps[S]
    Definition Classes
    ApplySyntax
  149. implicit def toApplyLensOps[S](value: S): ApplyLensOps[S]
    Definition Classes
    ApplySyntax
  150. implicit def toApplyOptionalOps[S](value: S): ApplyOptionalOps[S]
    Definition Classes
    ApplySyntax
  151. implicit def toApplyPrismOps[S](value: S): ApplyPrismOps[S]
    Definition Classes
    ApplySyntax
  152. implicit def toApplySetterOps[S](value: S): ApplySetterOps[S]
    Definition Classes
    ApplySyntax
  153. implicit def toApplyTraversalOps[S](value: S): ApplyTraversalOps[S]
    Definition Classes
    ApplySyntax
  154. def toString(): String
    Definition Classes
    AnyRef → Any
  155. implicit def toTraversalBuilder[A, B, T](a: A): TraversalBuilder[A, B, T]
    Definition Classes
    TraversalSyntax
  156. def transform[A](f: (A) => A)(a: A)(implicit arg0: Plated[A]): A

    transform every element

    transform every element

    Definition Classes
    PlatedFunctions
  157. def transformCounting[A](f: (A) => Option[A])(a: A)(implicit arg0: Plated[A]): (Int, A)

    transforming counting changes

    transforming counting changes

    Definition Classes
    PlatedFunctions
  158. def transformM[A, M[_]](f: (A) => M[A])(a: A)(implicit arg0: Plated[A], arg1: Monad[M]): M[A]

    transforming every element using monadic transformation

    transforming every element using monadic transformation

    Definition Classes
    PlatedFunctions
  159. def transformOf[A](l: Setter[A, A])(f: (A) => A)(a: A): A

    transform every element by applying a Setter

    transform every element by applying a Setter

    Definition Classes
    PlatedFunctions
  160. final def tryFailure[A]: Prism[Try[A], Throwable]
    Definition Classes
    TryOptics
  161. final def trySuccess[A]: Prism[Try[A], A]
    Definition Classes
    TryOptics
  162. def tuple1Iso[A]: Iso[(A), A]
    Definition Classes
    Tuple1Optics
  163. def uncurry[F, G](implicit ev: Curry[F, G]): Iso[G, F]
    Definition Classes
    CurryFunctions
  164. def universe[A](a: A)(implicit arg0: Plated[A]): Stream[A]

    get all transitive self-similar elements of a target, including itself

    get all transitive self-similar elements of a target, including itself

    Definition Classes
    PlatedFunctions
  165. def unwrapped[S, A](implicit ev: Wrapped[S, A]): Iso[A, S]
    Definition Classes
    WrappedFunctions
  166. final def validationToDisjunction[E, A]: Iso[Validation[E, A], \/[E, A]]
    Definition Classes
    ValidationOptics
  167. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  168. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  169. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  170. def wrapped[S, A](implicit ev: Wrapped[S, A]): Iso[S, A]
    Definition Classes
    WrappedFunctions

Deprecated Value Members

  1. def atIndex[S, I, A](implicit ev: At[S, I, Option[A]]): Index[S, I, A]
    Definition Classes
    IndexFunctions
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use Index.fromAt

  2. final def nelAndOneIso[A]: Iso[NonEmptyList[A], OneAnd[List, A]]
    Definition Classes
    NonEmptyListOptics
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) use nelToOneAnd

  3. final def pNelAndOneIso[A, B]: PIso[NonEmptyList[A], NonEmptyList[B], OneAnd[List, A], OneAnd[List, B]]
    Definition Classes
    NonEmptyListOptics
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) use pNelToOneAnd

  4. def reverseFromReverseFunction[S](_reverse: (S) => S): Reverse[S, S]
    Definition Classes
    ReverseFunctions
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use Reverse.fromReverseFunction

  5. def theseDisjunction[A, B]: Prism[\&/[A, B], \/[A, B]]
    Definition Classes
    TheseOptics
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) use theseToDisjunction

  6. def traverseEach[S[_], A](implicit arg0: Traverse[S]): Each[S[A], A]
    Definition Classes
    EachFunctions
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use Each.fromTraverse

  7. def traverseFilterIndex[S[_], A](zipWithIndex: (S[A]) => S[(A, Int)])(implicit arg0: Traverse[S]): FilterIndex[S[A], Int, A]
    Definition Classes
    FilterIndexFunctions
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use FilterIndex.fromTraverse

Inherited from StdInstances

Inherited from ValidationOptics

Inherited from TreeOptics

Inherited from NonEmptyListOptics

Inherited from IMapOptics

Inherited from IListInstances

Inherited from TheseOptics

Inherited from DisjunctionOptics

Inherited from Either3Optics

Inherited from CofreeOptics

Inherited from TryOptics

Inherited from Tuple1Optics

Inherited from StringOptics

Inherited from PlatformSpecificStringOptics

Inherited from OptionOptics

Inherited from MaybeOptics

Inherited from MapOptics

Inherited from LongOptics

Inherited from ListOptics

Inherited from IntOptics

Inherited from FunctionOptics

Inherited from EitherOptics

Inherited from DoubleOptics

Inherited from CharOptics

Inherited from ByteOptics

Inherited from BigIntOptics

Inherited from BigDecimalOptics

Inherited from GenericOptics

Inherited from WrappedFunctions

Inherited from Snoc1Functions

Inherited from SnocFunctions

Inherited from ReverseFunctions

Inherited from PossibleFunctions

Inherited from PlatedFunctions

Inherited from IndexFunctions

Inherited from FilterIndexFunctions

Inherited from Field6Functions

Inherited from Field5Functions

Inherited from Field4Functions

Inherited from Field3Functions

Inherited from Field2Functions

Inherited from Field1Functions

Inherited from EmptyFunctions

Inherited from EachFunctions

Inherited from CurryFunctions

Inherited from Cons1Functions

Inherited from ConsFunctions

Inherited from AtFunctions

Inherited from Syntaxes

Inherited from TraversalSyntax

Inherited from FieldsSyntax

Inherited from ApplySyntax

Inherited from AnyRef

Inherited from Any

Ungrouped