public class ExecutionResult<T> extends Object
Modifier and Type | Method and Description |
---|---|
static <T> ExecutionResult<T> |
executed(T result) |
T |
getResult() |
boolean |
isExecuted() |
static <T> ExecutionResult<T> |
notExecuted() |
public static <T> ExecutionResult<T> executed(T result)
public static <T> ExecutionResult<T> notExecuted()
public boolean isExecuted()
public T getResult()
Copyright © 2021 JBoss by Red Hat. All rights reserved.