Interface Signal<T>

All Superinterfaces:
Serializable, Signal<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Signal<T> extends Signal<T>
A signal is a reactive value holder with automatic subscription and unsubscription of listeners.
  • Method Summary

    Methods inherited from interface com.vaadin.flow.signals.Signal

    map, peek, value