scalapb.lenses

package scalapb.lenses

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Lens.type
trait Lens[Container, A] extends Serializable

Attributes

Companion
object
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class ObjectLens[U, Container]
class MessageLens[U, Container]
Self type
Lens[Container, A]
object Lens extends CompatLensImplicits

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Lens.type
abstract class MessageLens[U, Container](self: Lens[U, Container]) extends ObjectLens[U, Container]

Attributes

Supertypes
class ObjectLens[U, Container]
trait Lens[U, Container]
trait Serializable
class Object
trait Matchable
class Any
Show all
class ObjectLens[U, Container](self: Lens[U, Container]) extends Lens[U, Container]

Attributes

Supertypes
trait Lens[U, Container]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class MessageLens[U, Container]
trait Updatable[A]

Attributes

Supertypes
class Any
Self type
A

Types

type Mutation[C] = C => C