MCPcopy
hub / github.com/google/guava / unsafeDoForward

Method unsafeDoForward

guava/src/com/google/common/base/Converter.java:244–246  ·  view source on GitHub ↗
(@Nullable A a)

Source from the content-addressed store, hash-verified

242 */
243
244 private @Nullable B unsafeDoForward(@Nullable A a) {
245 return doForward(uncheckedCastNullableTToT(a));
246 }
247
248 private @Nullable A unsafeDoBackward(@Nullable B b) {
249 return doBackward(uncheckedCastNullableTToT(b));

Callers 1

correctedDoForwardMethod · 0.95

Calls 2

doForwardMethod · 0.95

Tested by

no test coverage detected