Class StampedExtensionsSupplier.StoredData<CONTEXT,​T>

    • Field Detail

      • context

        @Nullable
        public final CONTEXT context
        The context passed to the StampedExtensionsSupplier.get() method
      • data

        @NotNull
        public final T data
        The data stored in the internal cache (eg registered extensions)
    • Constructor Detail

      • StoredData

        public StoredData​(@Nullable
                          CONTEXT context,
                          @NotNull
                          T data)
    • Method Detail

      • getContext

        @Nullable
        public CONTEXT getContext()
      • getData

        @NotNull
        public T getData()