Uses of Interface
is.codion.common.reactive.value.ValueChange
Packages that use ValueChange
-
Uses of ValueChange in is.codion.common.reactive.value
Methods in is.codion.common.reactive.value that return ValueChangeModifier and TypeMethodDescriptionstatic <T> ValueChange<T> ValueChange.valueChange(@Nullable T previous, @Nullable T current) Instantiates a newValueChangeinstanceMethods in is.codion.common.reactive.value that return types with arguments of type ValueChangeModifier and TypeMethodDescriptionfinal Observer<ValueChange<T>> AbstractValue.changed()Value.changed()Method parameters in is.codion.common.reactive.value with type arguments of type ValueChangeModifier and TypeMethodDescriptionValue.Builder.changeConsumer(Consumer<ValueChange<? super T>> consumer) Value.Builder.weakChangeConsumer(Consumer<ValueChange<? super T>> weakConsumer) -
Uses of ValueChange in is.codion.swing.common.ui.component.builder
Method parameters in is.codion.swing.common.ui.component.builder with type arguments of type ValueChangeModifier and TypeMethodDescriptionfinal BAbstractComponentValueBuilder.changeConsumer(Consumer<ValueChange<? super T>> consumer) ComponentValueBuilder.changeConsumer(Consumer<ValueChange<? super T>> consumer) final BAbstractComponentValueBuilder.weakChangeConsumer(Consumer<ValueChange<? super T>> weakConsumer) ComponentValueBuilder.weakChangeConsumer(Consumer<ValueChange<? super T>> weakConsumer)