Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ActionsSource<I, O>

The source of provided by the driver.

Type parameters

  • I

  • O

Hierarchy

  • ActionsSource

Index

Constructors

constructor

Properties

Optional Readonly name

name: string

Readonly namespace

namespace: Array<string>

result$

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

Methods

filter

isolateSink

  • isolateSink(action$: Stream<Action<I>>, scope: string | null): Stream<Action<any>>
  • Used by @cycle/isolate to isolate the sink.

    Parameters

    • action$: Stream<Action<I>>

      the stream of actions

    • scope: string | null

      the scope

    Returns Stream<Action<any>>

isolateSource

select

  • Extract from the streams of result streams flatten streams.

    Parameters

    Returns SelectedResults<I, O>

    the selected results

Generated using TypeDoc