You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Currently the Functions are abstract classes, and not interfaces. Due to this, we cannot coerce lambas into functions as they only coerce into Functional Interfaces.
Furthermore, there is a currently a bug in how overloaded methods are disambiguated. Until this is fixed, Java is unable to disambiguate between PromiseAction and PromiseFunction as they both accept Strings but return
In the meantime, 1.2.0 will support the following syntax:
Currently the Functions are abstract classes, and not interfaces. Due to this, we cannot coerce lambas into functions as they only coerce into Functional Interfaces.
Furthermore, there is a currently a bug in how overloaded methods are disambiguated. Until this is fixed, Java is unable to disambiguate between PromiseAction and PromiseFunction as they both accept Strings but return
In the meantime, 1.2.0 will support the following syntax:
The text was updated successfully, but these errors were encountered: