Package org.hibernate.reactive.util.impl
Class CompletionStages.CompletionStageHandler<R,T extends Throwable>
java.lang.Object
org.hibernate.reactive.util.impl.CompletionStages.CompletionStageHandler<R,T>
- Enclosing class:
- CompletionStages
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResultAsCompletionStage(Void unused) Same asgetResultAsCompletionStage(), but allows method referenceboolean
-
Constructor Details
-
CompletionStageHandler
-
-
Method Details
-
hasFailed
public boolean hasFailed() -
getThrowable
-
getResult
-
getResultAsCompletionStage
-
getResultAsCompletionStage
Same asgetResultAsCompletionStage(), but allows method reference
-