Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ none
Method
none
lib/java/src/main/java/org/apache/thrift/Option.java:139–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
@SuppressWarnings(
"unchecked"
)
140
public
static
<T> None<T> none() {
141
return
(None<T>) NONE;
142
}
143
}
Callers
2
testMakeNone
Method · 0.95
fromNullable
Method · 0.95
Calls
no outgoing calls
Tested by
1
testMakeNone
Method · 0.76