MCPcopy Create free account
hub / github.com/dariuszseweryn/RxAndroidBle / create

Method create

rxandroidble/src/test/java/android/util/Pair.java:29–31  ·  view source on GitHub ↗
(A a, B b)

Source from the content-addressed store, hash-verified

27 return "Pair{" + String.valueOf(first) + " " + String.valueOf(second) + "}";
28 }
29 public static <A, B> Pair <A, B> create(A a, B b) {
30 return new Pair<A, B>(a, b);
31 }
32}

Callers 7

BuilderMethod · 0.45
applyMethod · 0.45
PresenterTestClass · 0.45
onCreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected