iterable

better.files.Dispose$.FlatMap$.Implicits.iterable$
object iterable extends FlatMap[IterableOnce]

Use the current managed resource as a generator needed to create another sequence

Attributes

Graph
Supertypes
trait FlatMap[IterableOnce]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

override type Output[X] = Iterator[X]

Value members

Concrete methods

override def apply[A, B](m: Dispose[A])(f: A => IterableOnce[B]): Iterator[B]

Attributes

Definition Classes