- Type Parameters:
F - The type that is expected to be returned by the Fluent methods.
- All Known Implementing Classes:
- BaseFluent
public interface Fluent<F extends Fluent<F>>
The base interface for Fluent interfaces.
Implementers of this interface are usually classes that need to provide chained method calls (e.g. Builders).