Uses of Class
ch.elca.el4j.util.observer.impl.LiveValue

Packages that use LiveValue
ch.elca.el4j.util.observer.impl   
 

Uses of LiveValue in ch.elca.el4j.util.observer.impl
 

Methods in ch.elca.el4j.util.observer.impl that return LiveValue
static
<T> LiveValue<T>
LiveValueFactory.shadow(ObservableValue<? extends T> lower, ObservableValue<? extends T> upper)
          Returns a LiveValue that yields the value of upper if it is not null, or the value of lower otherwise.
static
<T,OC extends ObservableValue<? extends Collection<? extends T>>>
LiveValue<T>
LiveValueFactory.theElementIn(OC oc)
          Returns a LiveValue backed by a Collection that yields the collection's unique element or null if there is no such element.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.