fix range sample

This commit is contained in:
dfsek
2022-06-09 08:29:00 -07:00
parent 0797c113a6
commit 089710247b

View File

@@ -43,6 +43,7 @@ public interface Column<T> {
runningObj = current;
}
} while(y < getMaxY());
consumer.accept(runningMin, y, runningObj);
}
default List<? extends T> asList() {