MCPcopy Create free account
hub / github.com/Card-Forge/forge / visitAll

Method visitAll

forge-core/src/main/java/forge/util/Visitor.java:14–14  ·  view source on GitHub ↗
(Iterable<? extends T> objects)

Source from the content-addressed store, hash-verified

12 boolean visit(T object);
13
14 default boolean visitAll(Iterable<? extends T> objects) {
15 for (T obj : objects) {
16 if (!visit(obj)) {
17 return false;

Callers 2

findByViewMethod · 0.80
forEachCardInGameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected