Uses of Interface
com.metsci.glimpse.util.var2.VarUtils.ActivityConsumer
-
Packages that use VarUtils.ActivityConsumer Package Description com.metsci.glimpse.util.var2 -
-
Uses of VarUtils.ActivityConsumer in com.metsci.glimpse.util.var2
Methods in com.metsci.glimpse.util.var2 with parameters of type VarUtils.ActivityConsumer Modifier and Type Method Description static <T> DisposableVarUtils. onElementAdded(ReadableVar<? extends com.google.common.collect.ImmutableCollection<T>> var, ListenerFlag flag, VarUtils.ActivityConsumer<? super T> listener)static <T> DisposableVarUtils. onElementAdded(ReadableVar<? extends com.google.common.collect.ImmutableCollection<T>> var, VarUtils.ActivityConsumer<? super T> listener)static <T> DisposableVarUtils. onElementAdded(ReadableVar<? extends com.google.common.collect.ImmutableCollection<T>> var, Set<? extends ListenerFlag> flags, VarUtils.ActivityConsumer<? super T> listener)static <T> DisposableVarUtils. onElementRemoved(ReadableVar<? extends com.google.common.collect.ImmutableCollection<T>> var, ListenerFlag flag, VarUtils.ActivityConsumer<? super T> listener)static <T> DisposableVarUtils. onElementRemoved(ReadableVar<? extends com.google.common.collect.ImmutableCollection<T>> var, VarUtils.ActivityConsumer<? super T> listener)static <T> DisposableVarUtils. onElementRemoved(ReadableVar<? extends com.google.common.collect.ImmutableCollection<T>> var, Set<? extends ListenerFlag> flags, VarUtils.ActivityConsumer<? super T> listener)static <K> DisposableVarUtils. onMapKeyAdded(ReadableVar<? extends com.google.common.collect.ImmutableMap<K,?>> var, ListenerFlag flag, VarUtils.ActivityConsumer<? super K> listener)static <K> DisposableVarUtils. onMapKeyAdded(ReadableVar<? extends com.google.common.collect.ImmutableMap<K,?>> var, VarUtils.ActivityConsumer<? super K> listener)static <K> DisposableVarUtils. onMapKeyAdded(ReadableVar<? extends com.google.common.collect.ImmutableMap<K,?>> var, Set<? extends ListenerFlag> flags, VarUtils.ActivityConsumer<? super K> listener)static <K> DisposableVarUtils. onMapKeyRemoved(ReadableVar<? extends com.google.common.collect.ImmutableMap<K,?>> var, ListenerFlag flag, VarUtils.ActivityConsumer<? super K> listener)static <K> DisposableVarUtils. onMapKeyRemoved(ReadableVar<? extends com.google.common.collect.ImmutableMap<K,?>> var, VarUtils.ActivityConsumer<? super K> listener)static <K> DisposableVarUtils. onMapKeyRemoved(ReadableVar<? extends com.google.common.collect.ImmutableMap<K,?>> var, Set<? extends ListenerFlag> flags, VarUtils.ActivityConsumer<? super K> listener)
-