Package zombie.util.list
Interface FloatConsumer
public interface FloatConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(float float1) default FloatConsumerandThen(FloatConsumer floatConsumer)
-
Method Details
-
accept
void accept(float float1) -
andThen
-