Interface FloatConsumer


public interface FloatConsumer
  • Method Summary

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