Class | Description |
---|---|
AsyncFunction<Tin,Tout> |
An AsyncFunction is will be applied in background.
|
Callback<Tin> |
This function is mainly used to handle a result as a callback.
|
EventDrivenFunction<Tin,Tout> |
An EventDrivenFunction is driven by events.
|
Function<Tin,Tout> |
The abstraction of all function in PrivacyStreams.
|
IdleFunction<T1,T2> |
An idle function
|
Item |
An Item is a basic element in a stream.
|
PStream |
The interface of PStream (privacy stream).
|
PStreamAction |
Output a stream.
|
PStreamProvider |
A PStreamProvider is a function that produces a stream.
|
PStreamTransformation |
Transform a stream to a stream
|
Stream |
Stream is one of the essential classes used in PrivacyStreams.
|
UQI |
The unified query interface for all kinds of personal data.
|