Interface GenericParameter<T>

Type Parameters:
T - Type of the final builder
All Known Subinterfaces:
MoonIllumination.Parameters, MoonPhase.Parameters, MoonPosition.Parameters, MoonTimes.Parameters, SunPosition.Parameters, SunTimes.Parameters
All Known Implementing Classes:
BaseBuilder

public interface GenericParameter<T>
Generic parameters and options.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a copy of the current parameters.
  • Method Details

    • copy

      T copy()
      Creates a copy of the current parameters. The copy can be changed independently.
      Since:
      2.8