ResultStreamFactory<Key, Output> typedef

ResultStreamFactory<Key, Output> = Stream<FetcherResult<Output>> Function(Key k)

Implementation

typedef ResultStreamFactory<Key, Output> = Stream<FetcherResult<Output>>
    Function(Key k);