Interface Builder<T>

  • Type Parameters:
    T - the type of the instance that is going to be built
    All Known Implementing Classes:
    SourcingLocationBuilder

    public interface Builder<T>
    • Method Detail

      • build

        T build()
        Builds an instance of type T (e.g., a SourcingLocation, a FitnessContext, ...)
        Returns:
        the instance