MCPcopy Create free account
hub / github.com/antlr/codebuff / convert

Method convert

corpus/java/training/guava/base/Converter.java:163–167  ·  view source on GitHub ↗

Returns a representation of a as an instance of type B. @return the converted value; is null if and only if a is null

(@Nullable A a)

Source from the content-addressed store, hash-verified

161 * @return the converted value; is null <i>if and only if</i> {@code a} is null
162 */
163 @Nullable
164 @CanIgnoreReturnValue
165 public final B convert(@Nullable A a) {
166 return correctedDoForward(a);
167 }
168
169 @Nullable
170 B correctedDoForward(@Nullable A a) {

Callers 5

nextMethod · 0.95
applyMethod · 0.95
elapsedMethod · 0.45
toStringMethod · 0.45
chooseUnitMethod · 0.45

Calls 1

correctedDoForwardMethod · 0.95

Tested by

no test coverage detected