Class InvertingBooleanSupplier
java.lang.Object
xbot.common.controls.sensors.buttons.InvertingBooleanSupplier
- All Implemented Interfaces:
BooleanSupplier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InvertingBooleanSupplier
-
-
Method Details
-
setInverted
public void setInverted(boolean isInverted) -
getInverted
public boolean getInverted() -
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBoolean
in interfaceBooleanSupplier
-