MCPcopy Create free account
hub / github.com/e2wugui/zeze / accept

Method accept

ZezeJava/ZezeJava/src/main/java/Zeze/Util/FloatList.java:452–452  ·  view source on GitHub ↗
(float value)

Source from the content-addressed store, hash-verified

450
451 public interface FloatConsumer {
452 void accept(float value);
453 }
454
455 public void foreach(@NotNull FloatConsumer consumer) {

Callers 15

on_readMethod · 0.65
updateMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
flushMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
encodeKeyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected