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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Builds an instance of type T (e.g., a SourcingLocation, a FitnessContext, ...)
-
-
-
Method Detail
-
build
T build()
Builds an instance of type T (e.g., a SourcingLocation, a FitnessContext, ...)- Returns:
- the instance
-
-