Stay organized with collections Save and categorize content based on your preferences.

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

abstract @NonNullbuild()

Creates an instance of the object that this builder produces.