Uses of Class
io.atlassian.fugue.optic.Optional
Packages that use Optional
-
Uses of Optional in io.atlassian.fugue.optic
Methods in io.atlassian.fugue.optic that return OptionalModifier and TypeMethodDescriptionIso.asOptional()Lens.asOptional()Prism.asOptional()Optional.composeIso(Iso<A, C> other) Optional.composeLens(Lens<A, C> other) Prism.composeLens(Lens<A, C> other) Iso.composeOptional(Optional<A, C> other) Lens.composeOptional(Optional<A, C> other) Optional.composeOptional(Optional<A, C> other) Prism.composeOptional(Optional<A, C> other) Lens.composePrism(Prism<A, C> other) Optional.composePrism(Prism<A, C> other) Optional.first()static <S> Optional<S, S> Optional.id()static <S,A> Optional <S, A> Optional.second()join twoOptionalwith the same targetMethods in io.atlassian.fugue.optic with parameters of type OptionalModifier and TypeMethodDescriptionIso.composeOptional(Optional<A, C> other) Lens.composeOptional(Optional<A, C> other) Optional.composeOptional(Optional<A, C> other) Prism.composeOptional(Optional<A, C> other) join twoOptionalwith the same target