lives<R> abstract method

Stream<Response<T>> lives<R>({
  1. R? source(
    1. R parent
    )?,
})

Implementation

Stream<Response<T>> lives<R>({
  R? Function(R parent)? source,
});