Skip to content

Add withFilter to FunctorFilter.Ops #4709

Open
@ikeyan

Description

So for-comprehension with if clauses compiles.

for {
  n <- Try(Seq(1, 2, 3)).nested if n % 2 == 0
} yield n

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