|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of object this optional object holds.public interface Some<T>
An optional object representing some object, meaning not none.
| Method Summary | |
|---|---|
T |
object()
Returns the object. |
| Methods inherited from interface org.littleshoot.util.Optional |
|---|
accept |
| Method Detail |
|---|
T object()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||