on<E extends T> abstract method

void on<E extends T>(
  1. AtomListener<E> listener
)

Adds a listener which executes when value is set as E

Implementation

void on<E extends T>(AtomListener<E> listener);