UNPKG

live-set

Version:

Class representing a changing and transformable collection of items.

4 lines (2 loc) 128 B
import LiveSet from '.'; export default function flatMapR<T,U>(liveSet: LiveSet<T>, cb: (value: T) => LiveSet<U>): LiveSet<U>;