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