Skip to content

forEach no longer works with lambdas #88

@benmccann

Description

@benmccann

I tried upgrading Tablesaw from 7.2.1 to 8.1.1 and got the error below:

[ERROR] tablesaw/core/src/main/java/tech/tablesaw/api/IntColumn.java:[208,13] reference to forEach is ambiguous
both method forEach(java.util.function.IntConsumer) in it.unimi.dsi.fastutil.ints.IntIterable and method forEach(java.util.function.Consumer<? super java.lang.Integer>) in it.unimi.dsi.fastutil.ints.IntIterable match

Can the method forEach(java.util.function.Consumer<? super java.lang.Integer>) be removed so that we don't have ambiguous methods?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions