AppliedFoldOps

final case class AppliedFoldOps[S](s: S) extends AnyVal
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("use focus().andThen", since = "3.0.0-M1")
def applyFold[A](fold: Fold[S, A]): AppliedFold[S, A]
Deprecated
[Since version 3.0.0-M1]
Source
Applied.scala

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product