@Test public void testToSequenceM() throws Exception { assertThat( ToStream.toSequenceM(LazyStream.of(1, 2, 3, 4)).collect(Collectors.toList()).size(), is(4)); }