trait SnocFunctions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnocFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Deprecated Value Members
- 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
- 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
- final def initOption[S, A](implicit ev: Snoc[S, A]): Optional[S, S]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) no replacement
- final def lastOption[S, A](implicit ev: Snoc[S, A]): Optional[S, A]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) no replacement
- 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