Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectedResults<I, O>

A subset of results.

Type parameters

  • I

  • O

Hierarchy

  • SelectedResults

Index

Properties

Properties

error$

error$: Stream<Error>

The stream of errors.

response$

response$: Stream<O>

The stream of responses.

result$

result$: Stream<ActionResult<I, O>>

The stream of results.

Generated using TypeDoc