Class POptional<S,T,A,B>
java.lang.Object
com.github.tonivade.purefun.optics.POptional<S,T,A,B>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrModify(S target) modifyOption(S target, Function1<A, B> mapper) static <S,T, A, B>
POptional<S, T, A, B>
-
Field Details
-
set
-
getOrModify
-
-
Constructor Details
-
POptional
-
-
Method Details
-
of
-
set
-
set
-
getOrModify
-
getOption
-
lift
-
modify
-
modifyOption
-
compose
-
compose
-
compose
-
compose
-