Class Output<T>
java.lang.Object
dev.restate.common.Output<T>
- Type Parameters:
T- the content type
-
Method Details
-
isReady
public boolean isReady()- Returns:
trueif the output is ready
-
getValue
- Returns:
- the value
- Throws:
IllegalStateException- if this output is not ready.
-
map
-
orElse
-
orElseGet
-
notReady
-
ready
-
equals
-
hashCode
-
toString
-