Interface LongValue

All Superinterfaces:
Consumer<Long>, it.unimi.dsi.fastutil.longs.LongConsumer, LongConsumer, LongSupplier, Supplier<Long>, Value<Long>

public interface LongValue extends Value<Long>, LongSupplier, it.unimi.dsi.fastutil.longs.LongConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    default Long
    get()
     

    Methods inherited from interface it.unimi.dsi.fastutil.longs.LongConsumer

    accept, andThen, andThen, andThen

    Methods inherited from interface java.util.function.LongConsumer

    accept

    Methods inherited from interface java.util.function.LongSupplier

    getAsLong