$_next$0 method

dynamic $_next$0()
override

Implementation

dc.dynamic $_next$0(){
final lcoc_core.LazySeq<E> o7603$5=this;
if((o7603$5 is lcoc_core.ISeqable$iface)){
(o7603$5 as lcoc_core.ISeqable$iface).$_seq$0();
}else{
(lcoc_core.ISeqable.extensions(o7603$5, ) as lcoc_core.ISeqable$ext).$_seq$0(o7603$5, );
}
if((null==s)){
return null;
}
return lcoc_core.next(s, );
}