Lookup.Stable

object Stable
Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Def

def apply[A, B](v: Stream[(A, B)]): Lookup.Stable[A, B]
Source
__.scala
def apply[A, B](v: (A, B)*): Lookup.Stable[A, B]
Source
__.scala
@targetName("getVoid")
inline def void[A, B]: Lookup.Stable[A, B]

Get void instance

Get void instance

Source
__.scala

Implicit

implicit inline def implicitRequest[A, B](v: VOID): Lookup.Stable[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
__.scala