This commit is contained in:
achao 2022-08-23 14:20:56 +08:00 committed by VampireAchao
parent 4ecdc17ffe
commit 563f398625

View File

@ -551,6 +551,8 @@ public class EasyStreamTest {
// this is an accessible parameterless constructor.
}
}
@Test
public void testTransform() {
final boolean result = EasyStream.of(1, 2, 3)
.transform(EasyStream::toList)