JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
_
Ω
V
value()
- Method in class com.jnape.palatable.lambda.functor.builtin.
Lazy
Returns the value represented by this lazy computation.
valueAt(TypeSafeKey<?, A>)
- Static method in class com.jnape.palatable.lambda.optics.lenses.
HMapLens
A lens that focuses on a value at a
TypeSafeKey.Simple
<A> in an
HMap
, as a
Maybe
.
valueAt(Fn1<? super Map<K, V>, ? extends M>, K)
- Static method in class com.jnape.palatable.lambda.optics.lenses.
MapLens
A lens that focuses on a value at a key in a map, as a
Maybe
, and produces a subtype
M
on the way back out.
valueAt(K)
- Static method in class com.jnape.palatable.lambda.optics.lenses.
MapLens
A lens that focuses on a value at a key in a map, as a
Maybe
.
valueAt(K, V)
- Static method in class com.jnape.palatable.lambda.optics.lenses.
MapLens
A lens that focuses on a value at a key in a map, falling back to
defaultV
if the value is missing.
valueAt(Fn1<Map<K, V>, M>, K)
- Static method in class com.jnape.palatable.lambda.optics.prisms.
MapPrism
A
Prism
that focuses on the value at a key in a
Map
, and produces an instance of
M
on the way back out.
valueAt(K)
- Static method in class com.jnape.palatable.lambda.optics.prisms.
MapPrism
A
Prism
that focuses on the value at a key in a
Map
making no guarantees about the
Map
interface.
values()
- Method in class com.jnape.palatable.lambda.adt.hmap.
HMap
Retrieve all the mapped values.
values()
- Static method in class com.jnape.palatable.lambda.optics.lenses.
MapLens
A lens that focuses on the values of a map.
View
<
S
,
T
,
A
,
B
> - Class in
com.jnape.palatable.lambda.optics.functions
Given an
Optic
and a "larger" value
S
, retrieve a "smaller" value
A
by lifting the
Optic
into the
Const
functor.
view()
- Static method in class com.jnape.palatable.lambda.optics.functions.
View
view(Optic<? super Fn1<?, ?>, ? super Const<A, ?>, S, T, A, B>)
- Static method in class com.jnape.palatable.lambda.optics.functions.
View
view(Optic<? super Fn1<?, ?>, ? super Const<A, ?>, S, T, A, B>, S)
- Static method in class com.jnape.palatable.lambda.optics.functions.
View
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
_
Ω
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes