Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ safeBool
Method
safeBool
java/lib/src/main/java/io/github/ccxt/types/TypeHelper.java:28–30 ·
view source on GitHub ↗
(Object obj, Object key)
Source
from the content-addressed store, hash-verified
26
}
27
28
public
static
Boolean safeBool(Object obj, Object key) {
29
return
SafeMethods.SafeBool(obj, key, (Boolean) null);
30
}
31
32
public
static
Map<String, Object> toMap(Object obj) {
33
if
(obj == null)
return
null;
Callers
15
testTypeHelperSafeBool
Method · 0.95
MarketInterface
Method · 0.95
Position
Method · 0.95
Transaction
Method · 0.95
Order
Method · 0.95
Network
Method · 0.95
MarketMarginModes
Method · 0.95
DepositWithdrawFeeNetwork
Method · 0.95
TradingFeeInterface
Method · 0.95
CurrencyInterface
Method · 0.95
parseCurrency
Method · 0.45
parseTrade
Method · 0.45
Calls
1
SafeBool
Method · 0.95
Tested by
1
testTypeHelperSafeBool
Method · 0.76