MCPcopy Index your code
hub / github.com/ReactiveX/RxJava / concat3

Method concat3

src/test/java/io/reactivex/rxjava3/maybe/MaybeTest.java:1266–1271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1264 }
1265
1266 @Test
1267 public void concat3() {
1268 Maybe.concat(Maybe.just(1), Maybe.just(2), Maybe.just(3))
1269 .test()
1270 .assertResult(1, 2, 3);
1271 }
1272
1273 @Test
1274 public void concat3Empty() {

Callers

nothing calls this directly

Calls 4

concatMethod · 0.95
justMethod · 0.95
testMethod · 0.65
assertResultMethod · 0.45

Tested by

no test coverage detected