Packages

c

lnrpc.CheckMacPermResponse

CheckMacPermResponseLens

implicit class CheckMacPermResponseLens[UpperPB] extends ObjectLens[UpperPB, CheckMacPermResponse]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CheckMacPermResponseLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CheckMacPermResponseLens(_l: Lens[UpperPB, CheckMacPermResponse])

Value Members

  1. def :=(a: CheckMacPermResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  2. def compose[B](other: Lens[CheckMacPermResponse, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  3. def field[A](getter: (CheckMacPermResponse) => A)(setter: (CheckMacPermResponse, A) => CheckMacPermResponse): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  4. def field[A](lens: Lens[CheckMacPermResponse, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  5. def get(u: UpperPB): CheckMacPermResponse
    Definition Classes
    ObjectLens → Lens
  6. def modify(f: (CheckMacPermResponse) => CheckMacPermResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  7. def set(c: CheckMacPermResponse): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  8. def setIfDefined(aOpt: Option[CheckMacPermResponse]): Mutation[UpperPB]
    Definition Classes
    Lens
  9. def update(ms: (Lens[CheckMacPermResponse, CheckMacPermResponse]) => Mutation[CheckMacPermResponse]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  10. def valid: Lens[UpperPB, Boolean]
  11. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (CheckMacPermResponse, B)]
    Definition Classes
    Lens