object Append
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Append
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
- implicit def appendClasspath: Sequence[Classpath, Seq[File], File]
- implicit def appendDouble: Value[Double, Double]
- implicit def appendFunction[A, B]: Value[(A) ⇒ A, (A) ⇒ A]
- implicit def appendInt: Value[Int, Int]
- implicit def appendList[T, V <: T]: Sequence[List[T], List[V], V]
- implicit def appendListImplicit[T, V](implicit ev: (V) ⇒ T): Sequence[List[T], List[V], V]
- implicit def appendLong: Value[Long, Long]
- implicit def appendMap[A, B, X <: A, Y <: B]: Sequence[Map[A, B], Map[X, Y], (X, Y)]
- implicit def appendOption[T]: Sequence[Seq[T], Option[T], Option[T]]
- implicit def appendSeq[T, V <: T]: Sequence[Seq[T], Seq[V], V]
- implicit def appendSeqImplicit[T, V](implicit ev: (V) ⇒ T): Sequence[Seq[T], Seq[V], V]
- implicit def appendSet[T, V <: T]: Sequence[Set[T], Set[V], V]
- implicit def appendSideEffectToFunc[A, B]: Value[(A) ⇒ B, () ⇒ Unit]
- implicit def appendSource: Sequence[Seq[Source], Seq[File], File]
- implicit def appendString: Value[String, String]
-
implicit
def
appendTaskKeySeq[T, V <: T]: Value[Seq[Task[T]], TaskKey[V]]
- Annotations
- @compileTimeOnly( "This can be used in += only." )
-
implicit
def
appendTaskValueSeq[T, V <: T]: Value[Seq[Task[T]], Def.Initialize[Task[V]]]
- Annotations
- @compileTimeOnly( "This can be used in += only." )
- implicit def appendVectorImplicit[T, V](implicit ev: (V) ⇒ T): Sequence[Vector[T], Seq[V], V]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()