Class BooleanDataValue
- java.lang.Object
-
- com.djrapitops.plan.extension.implementation.builder.BuiltDataValue<java.lang.Boolean>
-
- com.djrapitops.plan.extension.implementation.builder.BooleanDataValue
-
- All Implemented Interfaces:
DataValue<java.lang.Boolean>
public class BooleanDataValue extends BuiltDataValue<java.lang.Boolean>
-
-
Constructor Summary
Constructors Constructor Description BooleanDataValue(java.lang.Boolean value, ProviderInformation information)
BooleanDataValue(java.util.function.Supplier<java.lang.Boolean> supplier, ProviderInformation information)
-
Method Summary
-
Methods inherited from class com.djrapitops.plan.extension.implementation.builder.BuiltDataValue
equals, getInformation, getInformation, getValue, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.djrapitops.plan.extension.builder.DataValue
getMetadata
-
-
-
-
Constructor Detail
-
BooleanDataValue
public BooleanDataValue(java.lang.Boolean value, ProviderInformation information)
-
BooleanDataValue
public BooleanDataValue(java.util.function.Supplier<java.lang.Boolean> supplier, ProviderInformation information)
-
-