Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 565 Bytes

TimeInterval.md

File metadata and controls

13 lines (7 loc) · 565 Bytes

com.industry.rx_epl.TimeInterval <>

Contains both the time since the last value and the current value. Returned by calls to .timeInterval().

Fields

# float interval <>

The time since the last value (or the observable started) in seconds.

# any value <>

The current value.