Class ValueWithClose<T>

  • All Implemented Interfaces:
    Value<T>, io.aether.utils.ToString

    public class ValueWithClose<T>
    extends ValueProxy<T>
    • Constructor Detail

      • ValueWithClose

        public ValueWithClose​(Value<T> self)
    • Method Detail

      • isClose

        public boolean isClose()
        Description copied from interface: Value
        Checks if this value signals stream/processing closure. Close values typically indicate the end of a data stream or processing sequence.
        Specified by:
        isClose in interface Value<T>
        Overrides:
        isClose in class ValueProxy<T>
        Returns:
        true if this is a close signal, false otherwise