Search
Preparing search index...
The search index is not available
sparql-engine - v0.8.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RxjsStreamInput
Class RxjsStreamInput<T>
A StreamPipelineInput implemented using Rxjs' subscribers.
author
Thomas Minier
Type parameters
T
Hierarchy
RxjsStreamInput
Implements
StreamPipelineInput
<
T
>
Index
Constructors
constructor
Properties
_subscriber
Methods
complete
error
next
Constructors
constructor
new
Rxjs
Stream
Input
(
subscriber
:
Subscriber
<
T
>
)
:
RxjsStreamInput
Parameters
subscriber:
Subscriber
<
T
>
Returns
RxjsStreamInput
Properties
Private
_subscriber
_subscriber
:
Subscriber
<
T
>
Methods
complete
complete
(
)
:
void
Returns
void
error
error
(
err
:
any
)
:
void
Parameters
err:
any
Returns
void
next
next
(
value
:
T
)
:
void
Parameters
value:
T
Returns
void
Globals
Rxjs
Stream
Input
constructor
_subscriber
complete
error
next
Generated using
TypeDoc
A StreamPipelineInput implemented using Rxjs' subscribers.
Thomas Minier