Class ChannelStorage<T>
java.lang.Object
com.github.weisj.jsvg.nodes.filter.ChannelStorage<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResult(@NotNull FilterChannelKey key, @NotNull Supplier<T> value) voidaddResult(@NotNull FilterChannelKey key, T value) get(@NotNull FilterChannelKey key)
-
Constructor Details
-
ChannelStorage
public ChannelStorage()
-
-
Method Details
-
addResult
-
addResult
-
get
-