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
Currently, the Button class is abstract but inherits from a concrete class (Trigger) and provides no additional abstract signatures. This prevents Button from being directly instantiated, so it loses the BooleanSupplier benefits that have been added to Trigger.
Currently, the
Button
class is abstract but inherits from a concrete class (Trigger
) and provides no additional abstract signatures. This preventsButton
from being directly instantiated, so it loses theBooleanSupplier
benefits that have been added toTrigger
.For example, the following is not possible:
The text was updated successfully, but these errors were encountered: