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 Aget the target of aGetterstatic <S,A> Getter <S, A> static <A> Getter<A, A> id()pair two disjointGettersecond()join twoGetterwith the same target