AppliedLensSuffixedOps

final case class AppliedLensSuffixedOps[S, A, B](appliedLens: AppliedLens[S, A]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def suffixed(suffix: A)(implicit ev: Suffixed[A, B]): AppliedAffineTraversal[S, B]

stripping a suffix from a collection S of an AppliedLens

stripping a suffix from a collection S of an AppliedLens

Inherited methods

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