Interface Builder<T>

Type Parameters:
T - the type this builder builds
All Known Subinterfaces:
FluentCacheConfigurationBuilder<K,V,B>, FluentConfigurationBuilder<B>

public interface Builder<T>
A builder of Ts.
  • Method Summary

    Modifier and Type
    Method
    Description
    Builds an instance.
  • Method Details

    • build

      T build()
      Builds an instance.
      Returns:
      the newly built instance