Interface FloatNConsumer


public interface FloatNConsumer
Since:
0.8
Author:
Haiyang Li
  • Method Details

    • accept

      void accept(float... args)
      Parameters:
      args -
    • andThen

      default FloatNConsumer andThen(FloatNConsumer after)
      Parameters:
      after -
      Returns: