-
-
Method Summary
Modifier and Type Method Description abstract EgetOrNull()Same as get but will return nullinstead of throwing an exception if the value could not be computed.abstract Eget()Return the value sourced from this provider, throwing an exception if the provider failed to calculate a value. abstract BooleangetIsComplete()-
-
Method Detail
-
getOrNull
abstract E getOrNull()
Same as get but will return
nullinstead of throwing an exception if the value could not be computed.
-
get
abstract E get()
Return the value sourced from this provider, throwing an exception if the provider failed to calculate a value. Anything thrown from here will have been captured when attempting to calculate the value.
-
getIsComplete
abstract Boolean getIsComplete()
-
-
-
-