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

Method concat2

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

Source from the content-addressed store, hash-verified

1195 }
1196
1197 @Test
1198 public void concat2() {
1199 Maybe.concat(Maybe.just(1), Maybe.just(2))
1200 .test()
1201 .assertResult(1, 2);
1202 }
1203
1204 @Test
1205 public void concat2Empty() {

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