Skip to content

Why does flatMap interface return RStream<T> instead of RStream<VR> ? #268

Closed
@huangql

Description

@huangql

RStream flatMap(final ValueMapperAction<T, ? extends Iterable<? extends VR>> mapper);

Why does this interface return RStream instead of RStream ?
How do I get RStream ?
I want to keyBy with VR.id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions