Idx.Mutable

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

Member

object X

Type Extentions

This object contains all provided base type implementations

Source
X.scala

Def

inline def apply[A](initSize: Int): Idx.M[A]
Source
__.scala
def sealable[A](initSize: Int): Idx.M[A] & Able.Seal
Source
__.scala
def wrap[A](v: java.util.List[A]): Idx.M[A]
Source
__.scala
def wrap[A](v: Idx[A]): Idx.M[A]
Source
__.scala

Implicit

implicit inline def implicitRequest[A](v: NEW): Idx.M[A]
Source
__.scala