Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ withType
Method
withType
output/java_guava/1.4.19/Absent.java:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
static
final
Absent<Object> INSTANCE =
new
Absent<Object>();
31
32
@SuppressWarnings(
"unchecked"
)
// implementation is "fully variant"
33
static
<T> Optional<T> withType() {
34
return
(Optional<T>) INSTANCE;
35
}
36
37
38
private
Absent() {}
Callers
1
absent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected