AppliedLensPrefixedOps

final case class AppliedLensPrefixedOps[S, A, B](appliedLens: AppliedLens[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]): AppliedAffineTraversal[S, B]

stripping a prefix from a data structure S

stripping a prefix from a data structure S

Inherited methods

Inherited from:
Product