Package com.aparapi.internal.model
Class Optional.None<E>
- java.lang.Object
-
- com.aparapi.internal.model.Optional.None<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.aparapi.internal.model.Optional
Optional.None<E>, Optional.Some<E>
-
-
Field Summary
Fields Modifier and Type Field Description private static Optional.None
none
-
Constructor Summary
Constructors Modifier Constructor Description private
None()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description E
get()
boolean
isPresent()
(package private) static <E> Optional<E>
none()
-