Skip to content

Wrong return type in call to map function in parallel HDRImage #7

@wcmjunior

Description

@wcmjunior

There is an error in class specification when calling a "map" operation after a call to "par" in HDRImage.

The following code works fine:

Array<Int32> array = image.map(Int32.class, new Map<Int32, Pixel> ...

And the following code presents a type incompatibility with Array, returning a CollectionLike:

Array<Int32> array = image.par().map(Int32.class, new Map<Int32, Pixel> ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions