MCPcopy 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

testMakeNoneMethod · 0.95
fromNullableMethod · 0.95

Calls

no outgoing calls

Tested by 1

testMakeNoneMethod · 0.76