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

    Modifier and Type
    Method
    Description
    Build the object
  • Method Details

    • build

      @Nonnull T build()
      Build the object
      Returns:
      The built object. May not be null.