Package com.helger.commons.builder
Interface IBuilder<T>
-
- Type Parameters:
T- The type to be build
- All Known Subinterfaces:
IResettableBuilder<T>
- All Known Implementing Classes:
BasicThreadFactory.Builder,SingleError.AbstractBuilder,SingleError.Builder,StreamHelper.CopyByteStreamBuilder,StreamHelper.CopyCharStreamBuilder,StringHelper.ImploderBuilder,StringHelper.ImploderBuilderMap
public interface IBuilder<T>Marker interface for builders- Since:
- 10.0.0
- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Build the object
-