root
root
API
org.encalmo.lens
Lens
Lens
AdjustableLens
FixedLens
LensMount
LensMacro
root
/
org.encalmo.lens
/
Lens
/
FixedLens
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
Reset zoom
Hide graph
Show graph
Supertypes
trait
Lens
[
R
,
V
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
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
In this article
Attributes
Members list
Value members
Inherited and Abstract methods