@InterfaceAudience.Public @InterfaceStability.Evolving public interface Computable
| Modifier and Type | Method and Description |
|---|---|
void |
compute()
Computes the business logic based on the request of subclasses.
|
void compute()
throws ComputingException
ComputingException - the computing exceptionCopyright © 2016 utils4j. All Rights Reserved.