Package com.aparapi.internal.model
Interface Optional<E>
-
- All Known Implementing Classes:
Optional.None,Optional.Some
interface Optional<E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOptional.None<E>static classOptional.Some<E>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eget()booleanisPresent()
-
-
-
Method Detail
-
get
E get()
-
isPresent
boolean isPresent()
-
-