Interface BooleanValue

All Superinterfaces:
it.unimi.dsi.fastutil.booleans.BooleanConsumer, BooleanSupplier, Consumer<Boolean>, Supplier<Boolean>, Value<Boolean>

public interface BooleanValue extends Value<Boolean>, BooleanSupplier, it.unimi.dsi.fastutil.booleans.BooleanConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    default Boolean
    get()
     

    Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanConsumer

    accept, accept, andThen, andThen

    Methods inherited from interface java.util.function.BooleanSupplier

    getAsBoolean