Class ChannelStorage<T>
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.filter.ChannelStorage<T>
-
public final class ChannelStorage<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChannelStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addResult(@NotNull FilterChannelKey key, @NotNull java.util.function.Supplier<T> value)
void
addResult(@NotNull FilterChannelKey key, T value)
T
get(@NotNull FilterChannelKey key)
-
-
-
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)
-
get
@NotNull public T get(@NotNull @NotNull FilterChannelKey key)
-
-