Class ChannelStorage<T>


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

      Fields 
      Modifier and Type Field Description
      private @NotNull java.util.Map<@NotNull java.lang.Object,​@NotNull java.util.function.Supplier<T>> storage  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelStorage()  
    • Field Detail

      • storage

        @NotNull
        private final @NotNull java.util.Map<@NotNull java.lang.Object,​@NotNull java.util.function.Supplier<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)