Skip to content

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

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> ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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