implicit class SignReqLens[UpperPB] extends ObjectLens[UpperPB, SignReq]
Instance Constructors
- new SignReqLens(_l: Lens[UpperPB, SignReq])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def :=(a: SignReq): Mutation[UpperPB]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[B](other: Lens[SignReq, B]): Lens[UpperPB, B]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def field[A](getter: (SignReq) => A)(setter: (SignReq, A) => SignReq): Lens[UpperPB, A]
- def field[A](lens: Lens[SignReq, A]): Lens[UpperPB, A]
- def finalize(): Unit
- def get(u: UpperPB): SignReq
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def modify(f: (SignReq) => SignReq): Mutation[UpperPB]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def prevOutputs: Lens[UpperPB, Seq[TxOut]]
- def rawTxBytes: Lens[UpperPB, ByteString]
- def set(c: SignReq): Mutation[UpperPB]
- def setIfDefined(aOpt: Option[SignReq]): Mutation[UpperPB]
- def signDescs: Lens[UpperPB, Seq[SignDescriptor]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def update(ms: (Lens[SignReq, SignReq]) => Mutation[SignReq]*): Mutation[UpperPB]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SignReq, B)]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def :=(a: SignReq): Mutation[UpperPB]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[B](other: Lens[SignReq, B]): Lens[UpperPB, B]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def field[A](getter: (SignReq) => A)(setter: (SignReq, A) => SignReq): Lens[UpperPB, A]
- def field[A](lens: Lens[SignReq, A]): Lens[UpperPB, A]
- def finalize(): Unit
- def get(u: UpperPB): SignReq
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def modify(f: (SignReq) => SignReq): Mutation[UpperPB]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def prevOutputs: Lens[UpperPB, Seq[TxOut]]
- def rawTxBytes: Lens[UpperPB, ByteString]
- def set(c: SignReq): Mutation[UpperPB]
- def setIfDefined(aOpt: Option[SignReq]): Mutation[UpperPB]
- def signDescs: Lens[UpperPB, Seq[SignDescriptor]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def update(ms: (Lens[SignReq, SignReq]) => Mutation[SignReq]*): Mutation[UpperPB]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SignReq, B)]