FixedLens

org.encalmo.lens.Lens.FixedLens
abstract class FixedLens[R, T <: Product, V] extends Lens[R, V]

Lens instance fixed on some final property.

Attributes

Graph
Supertypes
trait Lens[R, V]
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

def get(root: R): V

Attributes

Inherited from:
Lens
def set(root: R)(value: V): R

Attributes

Inherited from:
Lens
def update(root: R, update: V => V): R

Attributes

Inherited from:
Lens