Skip to content

Use Generics in the PrefixSelectionComboBox.setLookup Method #1587

@ShawnKleese

Description

@ShawnKleese

Use Generics in the PrefixSelectionComboBox.setLookup Method

public final void setLookup(BiFunction<ComboBox, String, Optional> value) { lookup.set(value); }

The Java 21 Compiler kills it self when compiling a Method implementing the BiFunction with Optional instead of Optional

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