SelfJConverter

com.daodecode.scalaj.collection.SelfJConverter$
object SelfJConverter extends JCastConverter[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 JCastConverter[Any, Any]
trait JConverter[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:
JCastConverter