p

monocle

function

package function

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class At[S, -I, A] extends Serializable

    Typeclass that defines a Lens from an S to an A at an index I

    Typeclass that defines a Lens from an S to an A at an index I

    S

    source of Lens

    I

    index

    A

    target of Lens, A is supposed to be unique for a given pair (S, I)

    Annotations
    @implicitNotFound()
  2. trait AtFunctions extends AnyRef
  3. trait CommonPlatedFunctions extends AnyRef
  4. trait Cons1Functions extends AnyRef
  5. trait ConsFunctions extends AnyRef
  6. trait CurryFunctions extends AnyRef
  7. trait CurryInstances extends CurryInstances1
  8. trait CurryInstances1 extends CurryInstances2
  9. trait CurryInstances2 extends AnyRef
  10. abstract class Each[S, A] extends Serializable

    Typeclass that defines a Traversal from a monomorphic container S to all of its elements of type A

    Typeclass that defines a Traversal from a monomorphic container S to all of its elements of type A

    S

    source of Traversal

    A

    target of Traversal, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound()
  11. trait EachFunctions extends AnyRef
  12. trait EmptyFunctions extends AnyRef
  13. trait Field1Functions extends AnyRef
  14. trait Field2Functions extends AnyRef
  15. trait Field3Functions extends AnyRef
  16. trait Field4Functions extends AnyRef
  17. trait Field5Functions extends AnyRef
  18. trait Field6Functions extends AnyRef
  19. abstract class FilterIndex[S, I, A] extends Serializable

    Typeclass that defines a Traversal from an S to all its elements A whose index I in S satisfies the predicate

    Typeclass that defines a Traversal from an S to all its elements A whose index I in S satisfies the predicate

    S

    source of Traversal

    I

    index

    A

    target of Traversal, A is supposed to be unique for a given pair (S, I)

    Annotations
    @implicitNotFound()
  20. trait FilterIndexFunctions extends AnyRef
  21. trait GenericOptics extends AtFunctions with ConsFunctions with Cons1Functions with CurryFunctions with EachFunctions with EmptyFunctions with Field1Functions with Field2Functions with Field3Functions with Field4Functions with Field5Functions with Field6Functions with FilterIndexFunctions with IndexFunctions with PlatedFunctions with PossibleFunctions with ReverseFunctions with SnocFunctions with Snoc1Functions
  22. abstract class Index[S, -I, A] extends Serializable

    Typeclass that defines an Optional from an S to an A at an index I Index is less powerful than At as it cannot create or delete value

    Typeclass that defines an Optional from an S to an A at an index I Index is less powerful than At as it cannot create or delete value

    S

    source of Optional

    I

    index

    A

    target of Optional, A is supposed to be unique for a given pair (S, I)

    Annotations
    @implicitNotFound()
  23. trait IndexFunctions extends AnyRef
  24. abstract class Plated[A] extends Serializable

    Plated is a type-class for types which can extract their immediate self-similar children.

    Plated is a type-class for types which can extract their immediate self-similar children.

    A

    the parent and child type of a Plated

    Annotations
    @implicitNotFound()
  25. trait PlatedFunctions extends CommonPlatedFunctions
  26. trait PossibleFunctions extends AnyRef
  27. trait ReverseFunctions extends AnyRef
  28. trait Snoc1Functions extends AnyRef
  29. trait SnocFunctions extends AnyRef

Deprecated Type Members

  1. abstract class Cons[S, A] extends Serializable

    Typeclass that defines a Prism between an S and its head A and tail S

    Typeclass that defines a Prism between an S and its head A and tail S

    S

    source of Prism and tail of Prism target

    A

    head of Prism target, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  2. abstract class Cons1[S, H, T] extends Serializable

    Typeclass that defines an Iso between an S and its head H and tail T Cons1 is like Cons but for types that have *always* an head and tail, e.g.

    Typeclass that defines an Iso between an S and its head H and tail T Cons1 is like Cons but for types that have *always* an head and tail, e.g. a non empty list

    S

    source of Iso

    H

    head of Iso target, A is supposed to be unique for a given S

    T

    tail of Iso target, T is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  3. abstract class Curry[F, G] extends Serializable
    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  4. abstract class Empty[S] extends Serializable

    Typeclass that defines a Prism from an S and its empty value

    Typeclass that defines a Prism from an S and its empty value

    S

    source of Prism

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  5. abstract class Field1[S, A] extends Serializable

    Typeclass that defines a Lens from an S to its first element of type A

    Typeclass that defines a Lens from an S to its first element of type A

    S

    source of Lens

    A

    target of Lens, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._1)

  6. abstract class Field2[S, A] extends Serializable

    Typeclass that defines a Lens from an S to its second element of type A

    Typeclass that defines a Lens from an S to its second element of type A

    S

    source of Lens

    A

    target of Lens, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._2)

  7. abstract class Field3[S, A] extends Serializable

    Typeclass that defines a Lens from an S to its third element of type A

    Typeclass that defines a Lens from an S to its third element of type A

    S

    source of Lens

    A

    target of Lens, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._3)

  8. abstract class Field4[S, A] extends Serializable

    Typeclass that defines a Lens from an S to its fourth element of type A

    Typeclass that defines a Lens from an S to its fourth element of type A

    S

    source of Lens

    A

    target of Lens, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._4)

  9. abstract class Field5[S, A] extends Serializable

    Typeclass that defines a Lens from an S to its fifth element of type A

    Typeclass that defines a Lens from an S to its fifth element of type A

    S

    source of Lens

    A

    target of Lens, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._5)

  10. abstract class Field6[S, A] extends Serializable

    Typeclass that defines a Lens from an S to its sixth element of type A

    Typeclass that defines a Lens from an S to its sixth element of type A

    S

    source of Lens

    A

    target of Lens, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M2) use Focus[$TupleType](_._6)

  11. abstract class Possible[S, A] extends Serializable

    Typeclass that defines an Optional from a monomorphic container S to a possible value A.

    Typeclass that defines an Optional from a monomorphic container S to a possible value A. There must be at most one A in S.

    S

    source of the Optional

    A

    target of the Optional, A is supposed to be unique for a given S

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  12. abstract class Reverse[S, A] extends Serializable
    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  13. abstract class Snoc[S, A] extends Serializable

    Typeclass that defines a Prism between an S and its init S and last S

    Typeclass that defines a Prism between an S and its init S and last S

    S

    source of Prism and init of Prism target

    A

    last of Prism target, A is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  14. abstract class Snoc1[S, I, L] extends Serializable

    Typeclass that defines an Iso between an S and its init H and last T Snoc1 is like Snoc but for types that have *always* an init and a last element, e.g.

    Typeclass that defines an Iso between an S and its init H and last T Snoc1 is like Snoc but for types that have *always* an init and a last element, e.g. a non empty list

    S

    source of Iso

    I

    init of Iso target, I is supposed to be unique for a given S

    L

    last of Iso target, L is supposed to be unique for a given S

    Annotations
    @implicitNotFound() @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

Value Members

  1. object At extends AtFunctions with Serializable
  2. object Cons extends ConsFunctions with Serializable
  3. object Cons1 extends Cons1Functions with Serializable
  4. object Curry extends CurryFunctions with CurryInstances with Serializable
  5. object Each extends EachFunctions with Serializable
  6. object Empty extends EmptyFunctions with Serializable
  7. object Field1 extends Field1Functions with Serializable
  8. object Field2 extends Field2Functions with Serializable
  9. object Field3 extends Field3Functions with Serializable
  10. object Field4 extends Field4Functions with Serializable
  11. object Field5 extends Field5Functions with Serializable
  12. object Field6 extends Field6Functions with Serializable
  13. object FilterIndex extends FilterIndexFunctions with Serializable
  14. object Index extends IndexFunctions with Serializable
  15. object Plated extends PlatedFunctions with Serializable
  16. object Possible extends PossibleFunctions with Serializable
  17. object Reverse extends ReverseFunctions with Serializable
  18. object Snoc extends SnocFunctions with Serializable
  19. object Snoc1 extends Snoc1Functions with Serializable
  20. object all extends GenericOptics
  21. object fields extends Field1Functions with Field2Functions with Field3Functions with Field4Functions with Field5Functions with Field6Functions

Ungrouped