public class SongUtil
extends java.lang.Object
| Constructor and Description |
|---|
SongUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <N extends Note> |
applyToAllNotes(SongView<N> songView,
java.util.function.Consumer<N> noteConsumer)
Applies the given consumer to all notes in the song view.
|
public static <N extends Note> void applyToAllNotes(SongView<N> songView, java.util.function.Consumer<N> noteConsumer)
N - The note typesongView - The song viewnoteConsumer - The note consumer