Interface FloatConsumer


public interface FloatConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(float float1)
     
    andThen(FloatConsumer floatConsumer)