SeqConverter

org.beangle.commons.conversion.converter.IterableConverterFactory.SeqConverter
class SeqConverter(immutable: Boolean) extends Converter[Iterable[_], Seq[_]]

Attributes

Graph
Supertypes
trait Converter[Iterable[_], Seq[_]]
trait (Iterable[_]) => Seq[_]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
Function1

Inherited methods

def andThen[A](g: (Seq[_]) => A): Iterable[_] => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Iterable[_]): A => Seq[_]

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1