functtor-only overload

This commit is contained in:
2023-04-25 16:28:27 +03:00
parent f67b1a0497
commit 5f2661e51c

View File

@@ -28,6 +28,7 @@ class Platforms {
} }
} }
} }
public void forEach(functor) { forEach(functor, []) }
//@NonCPS //@NonCPS
private Boolean filterDist(name, dist, whiteList, blackList) { private Boolean filterDist(name, dist, whiteList, blackList) {