Interface Startable.StartBuilder<B extends Startable.StartBuilder<B>>

Type Parameters:
B - The instance to be returned on which to apply succeeding builder operations.
Enclosing interface:
Startable

public static interface Startable.StartBuilder<B extends Startable.StartBuilder<B>>
To enable the Startable functionality to be invoked in a builder chain.
  • Method Details