Interface Buildable.Builder<R>

    • Method Detail

      • build

        @Contract(value="-> new",
                  pure=true)
        @NotNull
        R build()
        Builds.
        Returns:
        the built thing
        Since:
        4.0.0