Interface | Description |
---|---|
Option<T> | Deprecated
Since 5.6 Use
Option or Optional |
Class | Description |
---|---|
None<T> | Deprecated
Since 5.6.
|
Option.Builder |
Builds an appropriate instance of Option.
|
OptionalReadThroughCache<K,V> | Deprecated
Since 5.6 Use
CacheFactory.getCache(String, com.atlassian.cache.CacheLoader) |
Some<T> | Deprecated
since 5.6 Use
Option.some(Object) |
Copyright © 2003–2018 Atlassian. All rights reserved.