Interface LifeCycleComponent.UncheckedLifeCycleComponent

All Superinterfaces:
Destroyable, Initializable, Initializable.UncheckedInitializable, LifeCycleComponent, Pausable, Pausable.UncheckedPausable, Resumable, Resumable.UncheckedResumable, Startable, Startable.UncheckedStartable, Stoppable, Stoppable.UncheckedStoppable
Enclosing interface:
LifeCycleComponent

public static interface LifeCycleComponent.UncheckedLifeCycleComponent
extends LifeCycleComponent, Initializable.UncheckedInitializable, Startable.UncheckedStartable, Pausable.UncheckedPausable, Resumable.UncheckedResumable, Stoppable.UncheckedStoppable, Destroyable
Same as the LifeCycleComponent though without the need to try-catch any exceptions on the various life-cycle stages.