Weighted Collector
abstract class WeightedCollector(name: String? = null) : Observable<Pair<Double, Double>> , WeightedCollectorIfc, IdentityIfc, DoublePairEmitterIfc
Inheritors
Functions
Link copied to clipboard
Allows the adding (attaching) of an observer to the observable
Link copied to clipboard
Collects on the boolean value true = 1.0, false = 0.0
Collects on the values in the supplied array.
Collect on the double value return by the function
Collects on the Int value
Collects on the Long value
Collects on all the values in the supplied collection.
Collects on the values returned by the supplied GetValueIfc
Collect on the supplied value
Link copied to clipboard
Returns how many observers are currently attached to the observable
Link copied to clipboard
Detaches all the observers from the observable
Link copied to clipboard
Allows the deletion (removing) of an observer from the observable
Link copied to clipboard
Returns true if the observer is already attached