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 Summary

    Modifier and Type
    Method
    Description
    Builds an instance of type T (e.g., a SourcingLocation, a FitnessContext, ...)
  • Method Details

    • build

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