JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ch.streamly.domain
Interface Timed<T>
Type Parameters:
T
- data type
All Superinterfaces:
WrappedValue
<T>
All Known Implementing Classes:
TimedValue
public interface
Timed<T>
extends
WrappedValue
<T>
Wraps a value with its timestamp.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
time
()
Methods inherited from interface ch.streamly.domain.
WrappedValue
value
Method Detail
time
long time()
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method