Char.G.Lookup

object Lookup
class java.lang.Object
trait scala.Matchable
class Any

Member

trait Mutable[A <: Any.Char, B] extends Char.G.Lookup[A, B] with Lookup.M[A, B]
object Mutable
class Stable[A <: Any.Char, B] extends Lookup.Stable[A, B] with Char.G.Lookup[A, B]
object Stable

Implicit

implicit def implicitRequest[A <: Any.Char, B](v: VOID): Char.G.Lookup[A, B]

General void instance request

General void instance request

It is possible to use general request VOID to get void instance of this type, thanks to this implicit conversion.

Source
Lookup.scala