SeqConverter

class SeqConverter(immutable: Boolean) extends Converter[Iterable[_], Seq[_]]
trait Converter[Iterable[_], Seq[_]]
trait Iterable[_] => Seq[_]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(it: Iterable[_]): Seq[_]
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: Seq[_] => A): Iterable[_] => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Iterable[_]): A => Seq[_]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1