Uses of Interface
io.fluxzero.common.handling.MessageFilter
Packages that use MessageFilter
-
Uses of MessageFilter in io.fluxzero.common.handling
Methods in io.fluxzero.common.handling that return MessageFilterModifier and TypeMethodDescriptiondefault MessageFilter<M> MessageFilter.and(@NonNull MessageFilter<? super M> second) Combines this filter with another using logical AND.Methods in io.fluxzero.common.handling with parameters of type MessageFilterModifier and TypeMethodDescriptiondefault MessageFilter<M> MessageFilter.and(@NonNull MessageFilter<? super M> second) Combines this filter with another using logical AND.