object Fold extends FoldInstances with Serializable
- Source
- Fold.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Fold
- Serializable
- FoldInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
Deprecated Value Members
- def codiagonal[A]: Fold[Either[A, A], A]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M4) use Lens.codiagonal
- def id[A]: Fold[A, A]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Iso.id
- def void[S, A]: Fold[S, A]
Fold that points to nothing
Fold that points to nothing
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M2) use Optional.void