Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
playerHasProperty
Method · 0.65
getReminderText
Method · 0.65
xCount
Method · 0.65
TextListEdit
Method · 0.65
FilePicker
Method · 0.65
splitOnSpace
Method · 0.65
ConsoleCommandInterpreter
Method · 0.65
localize
Method · 0.65
test
Method · 0.65
getMeldBaseCard
Method · 0.65
read
Method · 0.65
find
Method · 0.65
Implementers
2
StorageBase
forge-core/src/main/java/forge/util/st
QuestEventChallengeList
forge-gui/src/main/java/forge/gamemode
Calls
no outgoing calls
Tested by
15
testDash
Method · 0.52
testFloatingMana
Method · 0.52
testCloneTransform
Method · 0.52
broken_testCloneDimir
Method · 0.52
parseCheckpoints
Method · 0.52
analyzeLogFile
Method · 0.52
determineFailureMode
Method · 0.52
extractTimestampFromFilename
Method · 0.52
extractErrorContexts
Method · 0.52
extractPlayerStates
Method · 0.52
extractChecksumMismatchDetails
Method · 0.52
verifyThatTheGameHasFinishedAndThatPlayerHasWonOnTurn
Method · 0.52