Class FloatConsumerCollection

  • All Implemented Interfaces:
    FloatConsumer

    public class FloatConsumerCollection
    extends Object
    implements FloatConsumer
    A collection of output devices to simplify setting the same output value for a number of devices at the same time
    • Method Detail

      • accept

        public void accept​(float value)
        Set the same value to all output devices in this collection
        Specified by:
        accept in interface FloatConsumer
        Parameters:
        value - the input argument