Interface Builder<T>

Type Parameters:
T - the class this builder builds.
All Known Implementing Classes:
Event.EventBuilder

public interface Builder<T>
An interface for all classes designed to build another class
  • Method Summary

    Modifier and Type
    Method
    Description
    Build the object.
  • Method Details

    • build

      T build()
      Build the object.
      Returns:
      the built Object.