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

Method find

forge-core/src/main/java/forge/util/storage/IStorage.java:29–29  ·  view source on GitHub ↗
(Predicate<T> condition)

Source from the content-addressed store, hash-verified

27 String getFullPath();
28 T get(String name);
29 T find(Predicate<T> condition);
30 Collection<String> getItemNames();
31 boolean contains(String name);
32 int size();

Callers 15

playerHasPropertyMethod · 0.65
getReminderTextMethod · 0.65
xCountMethod · 0.65
TextListEditMethod · 0.65
FilePickerMethod · 0.65
splitOnSpaceMethod · 0.65
localizeMethod · 0.65
testMethod · 0.65
getMeldBaseCardMethod · 0.65
readMethod · 0.65
findMethod · 0.65

Implementers 2

StorageBaseforge-core/src/main/java/forge/util/st
QuestEventChallengeListforge-gui/src/main/java/forge/gamemode

Calls

no outgoing calls

Tested by 15

testDashMethod · 0.52
testFloatingManaMethod · 0.52
testCloneTransformMethod · 0.52
broken_testCloneDimirMethod · 0.52
parseCheckpointsMethod · 0.52
analyzeLogFileMethod · 0.52
determineFailureModeMethod · 0.52
extractErrorContextsMethod · 0.52
extractPlayerStatesMethod · 0.52