JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.linkki.util.Optionals.Either
Packages that use
Optionals.Either
Package
Description
org.linkki.util
Uses of
Optionals.Either
in
org.linkki.util
Methods in
org.linkki.util
that return
Optionals.Either
Modifier and Type
Method
Description
static <T>
Optionals.Either
<T>
Optionals.
either
(
Optional
<T> o)
Deprecated.
Call
Optional.or(Supplier)
on the object instead.
Optional.or(Supplier)on the object instead.