Class ObservableSourceImpl<K,V>

java.lang.Object
org.aksw.jenax.sparql.datasource.observable.ObservableSourceImpl<K,V>
All Implemented Interfaces:
ObservableSource<K,V>

public class ObservableSourceImpl<K,V> extends Object implements ObservableSource<K,V>
A map where values are flowables that are created dynamically for a given key When the last subscriber unsubscribes from a flowable then the key is automatically removed.
  • Field Details

  • Constructor Details

    • ObservableSourceImpl

      public ObservableSourceImpl(Function<? super K,? extends V> computeFn)
  • Method Details