| java.lang.Object | |
| ↳ | com.atlassian.upm.api.util.Options |
This class is deprecated.
since 5.0, it will be removed in 6.0;
Useful methods for working with Options
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
since 5.0, it will be removed in 6.0; use
ignored -> Option.none() instead
| |||||||||||
This method is deprecated.
since 5.0, it will be removed in 6.0; use
Option::some instead
| |||||||||||
This method is deprecated.
since 5.0, it will be removed in 6.0; in java8 The Stream equivalent of this method is
streamOfOptions.filter(Option::isDefined).map(Option::get).
| |||||||||||
This method is deprecated.
since 5.0, it will be removed in 6.0; use
Option::isDefined instead
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This method is deprecated.
since 5.0, it will be removed in 6.0; use ignored -> Option.none() instead
This method is deprecated.
since 5.0, it will be removed in 6.0; use Option::some instead
This method is deprecated.
since 5.0, it will be removed in 6.0; in java8 The Stream equivalent of this method is
streamOfOptions.filter(Option::isDefined).map(Option::get).
Projects out any none() values from its input iterable,
returning the resulting list
| as | An iterable of optional values |
|---|
as that were not none()
This method is deprecated.
since 5.0, it will be removed in 6.0; use Option::isDefined instead