Snoc1Functions

monocle.function.Snoc1Functions

Attributes

Source:
Snoc1.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Monocle.type
object all.type
object Snoc1.type

Members list

Concise view

Value members

Deprecated methods

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

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Snoc1.scala
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

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Snoc1.scala
final def init[S, I, L](implicit ev: Snoc1[S, I, L]): Lens[S, I]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Snoc1.scala
final def last[S, I, L](implicit ev: Snoc1[S, I, L]): Lens[S, L]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Snoc1.scala
final def snoc1[S, I, L](implicit ev: Snoc1[S, I, L]): Iso[S, (I, L)]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Snoc1.scala