Skip to content

RxJava 1.x Skip first item if it satisfies a condition  #5384

@sourabhv

Description

@sourabhv

I'm looking for an operator that is like skip(int) but also has a condition and only skips the first item if if satisfies a condition (empty list in my case). If the item is not empty, continue normally, don't try to skip any more items.

Is there a way to do this with current operators?

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