SetConverter

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

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
Function1

Inherited methods

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

Attributes

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

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