public static interface Resumable.UncheckedResumable extends Resumable
Resumable without any checked exception being declared.Resumable.ResumeAutomaton, Resumable.ResumeBuilder<B extends Resumable.ResumeBuilder<B>>, Resumable.UncheckedResumable| Modifier and Type | Method and Description |
|---|---|
void |
resume()
Resumes the component.
|
resumeUncheckedvoid resume()
Resumable.resume() without any checked exception
being declared.Copyright © 2018. All rights reserved.