into (original) (raw)
Scala 3/scala/scala.annotation/into
scala.annotation.into
class into() extends StaticAnnotation
An annotation on (part of) a parameter type that allows implicit conversions for its arguments. The into
modifier on parameter types in Scala 3 is mapped to this annotation. The annotation is intended to be used directly in Scala 2 sources only. For Scala 3, the into
modifier should be preferred.
Attributes
Experimental
true
Source
Graph
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL