implicit class CheckMacPermResponseLens[UpperPB] extends ObjectLens[UpperPB, CheckMacPermResponse]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CheckMacPermResponseLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CheckMacPermResponseLens(_l: Lens[UpperPB, CheckMacPermResponse])
Value Members
- def :=(a: CheckMacPermResponse): Mutation[UpperPB]
- Definition Classes
- Lens
- def compose[B](other: Lens[CheckMacPermResponse, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def field[A](getter: (CheckMacPermResponse) => A)(setter: (CheckMacPermResponse, A) => CheckMacPermResponse): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[CheckMacPermResponse, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): CheckMacPermResponse
- Definition Classes
- ObjectLens → Lens
- def modify(f: (CheckMacPermResponse) => CheckMacPermResponse): Mutation[UpperPB]
- Definition Classes
- Lens
- def set(c: CheckMacPermResponse): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[CheckMacPermResponse]): Mutation[UpperPB]
- Definition Classes
- Lens
- def update(ms: (Lens[CheckMacPermResponse, CheckMacPermResponse]) => Mutation[CheckMacPermResponse]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def valid: Lens[UpperPB, Boolean]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (CheckMacPermResponse, B)]
- Definition Classes
- Lens