JStreamExtensions

better.files.Implicits.JStreamExtensions
implicit class JStreamExtensions[A](stream: Stream[A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toAutoClosedIterator: Iterator[A]

Closes this stream when iteration is complete It will NOT close the stream if it is not depleted!

Closes this stream when iteration is complete It will NOT close the stream if it is not depleted!

Attributes