t

monocle.function

SnocFunctions

trait SnocFunctions extends AnyRef

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

Deprecated Value Members

  1. 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

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  2. 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

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  3. final def initOption[S, A](implicit ev: Snoc[S, A]): Optional[S, S]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  4. final def lastOption[S, A](implicit ev: Snoc[S, A]): Optional[S, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement

  5. final def snoc[S, A](implicit ev: Snoc[S, A]): Prism[S, (S, A)]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) no replacement