object ListType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ListType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ListRep[U <: Term with Subs[U]](elemTyp: Typ[U]) extends ScalaRep[Term, List[U]] with Product with Serializable
- case class ListTerm[U <: Term with Subs[U]](value: List[U], elemTyp: Typ[U]) extends ConstTerm[List[U]] with Product with Serializable
- case class ListTyp[U <: Term with Subs[U]](elemTyp: Typ[U]) extends SmallTyp with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def foldFunction[U <: Term with Subs[U], V <: Term with Subs[V]](u: Typ[U], v: Typ[V]): Func[Term, Func[V, Func[Func[U, Func[V, V]], V]]]
- lazy val foldLeft: FuncLike[Typ[Term], FuncLike[Typ[Term], Func[Term, Func[Term, Func[Func[Term, Func[Term, Term]], Term]]]]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val headOpt: FuncLike[Typ[Term], OptDepFuncDefn[Term]]
- def headOptFn[U <: Term with Subs[U]](typ: Typ[U]): OptDepFuncDefn[Term]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val lmap: FuncLike[Typ[Term], FuncLike[Typ[Term], Func[Func[Term, Term], Func[Term, Term]]]]
- def lmapFunc[U <: Term with Subs[U], V <: Term with Subs[V]](u: Typ[U], v: Typ[V]): Func[Func[U, V], Func[Term, Term]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val tail: FuncLike[Typ[Term], Func[Term, Term]]
- def tailFn[U <: Term with Subs[U]](typ: Typ[U]): Func[Term, Term]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated