Interface Value<T>

All Superinterfaces:
Consumer<T>, Supplier<T>
All Known Subinterfaces:
BooleanValue, DoubleValue, FloatValue, IntValue, LongValue

public interface Value<T> extends Supplier<T>, Consumer<T>
  • Method Summary

    Methods inherited from interface java.util.function.Consumer

    accept, andThen

    Methods inherited from interface java.util.function.Supplier

    get