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 prefixed(prefix: A)(implicit ev: Prefixed[A, B]): AppliedAffineTraversal[S, B]

stripping a prefix from a data structure of S

stripping a prefix from a data structure of S

Inherited methods

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