ExtendableBuilder

@RequiresApi(value = 21)
public interface ExtendableBuilder<T>


Extendable builders are used to add externally defined options that can be passed to the implementation being built.

Parameters
<T>

the type being built by this builder.

Summary

Public methods

abstract @NonNull T

Creates an instance of the object that this builder produces.

Public methods

build

Added in 1.0.0
abstract @NonNullbuild()

Creates an instance of the object that this builder produces.