Interface ContextFluent<A extends ContextFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
NamedContextFluent.ContextNested<N>, WatchEventFluent.ContextObjectNested<N>
All Known Implementing Classes:
ContextBuilder, ContextFluentImpl, DoneableContext, NamedContextFluentImpl.ContextNestedImpl, WatchEventFluentImpl.ContextObjectNestedImpl

public interface ContextFluent<A extends ContextFluent<A>>
extends Fluent<A>