Class ChannelStorage<T>


  • public final class ChannelStorage<T>
    extends java.lang.Object
    • Field Detail

      • storage

        @NotNull
        private final @NotNull java.util.Map<@NotNull java.lang.Object,​@NotNull Provider<T>> storage
    • Constructor Detail

      • ChannelStorage

        public ChannelStorage()
    • Method Detail

      • addResult

        public void addResult​(@NotNull
                              @NotNull FilterChannelKey key,
                              @NotNull
                              T value)
      • addResult

        public void addResult​(@NotNull
                              @NotNull FilterChannelKey key,
                              @NotNull
                              @NotNull java.util.function.Supplier<T> value)