SelfSConverter

com.daodecode.scalaj.collection.SelfSConverter$
object SelfSConverter extends SCastConverter[Any, Any]

Converter that "converts" A to A, used as a fallback when there are no other implicit converters in scope

Attributes

Graph
Supertypes
class SCastConverter[Any, Any]
trait SConverter[Any, Any]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

override def convert(a: Any): B

Attributes

Definition Classes
Inherited from:
SCastConverter