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