AppliedFoldPrefixedOps

final case class AppliedFoldPrefixedOps[S, A, B](appliedFold: AppliedFold[S, A]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def prefix(prefix: A)(implicit ev: Prefixed[A, B]): AppliedFold[S, B]

stripping a prefix from a data structure S

stripping a prefix from a data structure S

Inherited methods

Inherited from:
Product