currentSnapshots = StreamSupport.stream(sysSnapshots.currentSnapshots().spliterator(),false).collect(Collectors.toList()) | currentSnapshots = StreamSupport.stream(Spliterators.spliteratorUnknownSize(sysSnapshots.currentSnapshots().get().iterator(),Spliterator.ORDERED),false) | StreamSupport.stream(sysSnapshots.currentSnapshots().spliterator(),false).collect(Collectors.toList()) | StreamSupport.stream(Spliterators.spliteratorUnknownSize(sysSnapshots.currentSnapshots().get().iterator(),Spliterator.ORDERED),false) | crate | 25b6d5e01aef108fe840d3f09f9584ea83c14a4a | io.crate.expression.reference.sys.snapshot.SysSnapshotsTest | | _1 | currentSnapshots |
---|
_2 | currentSnapshots |
---|
| | - java.util.stream.StreamSupport
| | AssignedTo | True |