Package fj.data.optic
Class Getter<S,A>
java.lang.Object
fj.data.optic.Getter<S,A>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasFold()
composeFold
(Fold<A, B> other) composeGetter
(Getter<A, B> other) composeIso
(PIso<A, B, C, D> other) composeLens
(PLens<A, B, C, D> other) composeOptional
(POptional<A, B, C, D> other) composePrism
(PPrism<A, B, C, D> other) first()
abstract A
get the target of aGetter
static <S,
A> Getter <S, A> static <A> Getter
<A, A> id()
pair two disjointGetter
second()
join twoGetter
with the same target