implicit class AttrValueLens[UpperPB] extends ObjectLens[UpperPB, AttrValue]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttrValueLens
- ObjectLens
- Lens
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
:=(a: AttrValue): Mutation[UpperPB]
- Definition Classes
- Lens
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def b: Lens[UpperPB, Boolean]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compose[B](other: Lens[AttrValue, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def f: Lens[UpperPB, Float]
-
def
field[A](getter: (AttrValue) ⇒ A)(setter: (AttrValue, A) ⇒ AttrValue): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
-
def
field[A](lens: Lens[AttrValue, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def func: Lens[UpperPB, NameAttrList]
-
def
get(u: UpperPB): AttrValue
- Definition Classes
- ObjectLens → Lens
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def i: Lens[UpperPB, Long]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list: Lens[UpperPB, ListValue]
-
def
modify(f: (AttrValue) ⇒ AttrValue): Mutation[UpperPB]
- Definition Classes
- Lens
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def placeholder: Lens[UpperPB, String]
- def s: Lens[UpperPB, ByteString]
-
def
set(c: AttrValue): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
-
def
setIfDefined(aOpt: Option[AttrValue]): Mutation[UpperPB]
- Definition Classes
- Lens
- def shape: Lens[UpperPB, TensorShapeProto]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tensor: Lens[UpperPB, TensorProto]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def type: Lens[UpperPB, DataType]
-
def
update(ms: (Lens[AttrValue, AttrValue]) ⇒ Mutation[AttrValue]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def value: Lens[UpperPB, Value]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (AttrValue, B)]
- Definition Classes
- Lens
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated