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