Factory

public interface Factory<BT extends Context.Builder<BT>>(source)

A factory for builders.

Parameters

<BT>

the type of the builder

Inheritors

Functions

Link copied to clipboard
public abstract Context.Builder<BT> builder()
Returns a new builder.