Append

sbt.Append
object Append

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Append.type

Members list

Type members

Classlikes

trait Sequence[A1, -A2, A3] extends Value[A1, A3], Values[A1, A2]

Attributes

Supertypes
trait Values[A1, A2]
trait Value[A1, A3]
class Object
trait Matchable
class Any
Known subtypes
trait Value[A1, A2]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Values[A1, -A2]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Sequence_Classpath_Seq_HashedVirtualFileRef extends Sequence[Classpath, Seq[HashedVirtualFileRef], HashedVirtualFileRef]

Attributes

Supertypes
trait Sequence[Classpath, Seq[HashedVirtualFileRef], HashedVirtualFileRef]
trait Values[Classpath, Seq[HashedVirtualFileRef]]
trait Value[Classpath, HashedVirtualFileRef]
class Object
trait Matchable
class Any
Show all
Self type

Givens

Givens

given appendDouble: Value[Double, Double]
given appendFunction[A, B]: Value[A => A, A => A]
given appendInt: Value[Int, Int]
given appendList[T, V <: T]: Sequence[List[T], List[V], V]
given appendListImplicit[A1, V](using ev: Conversion[V, A1]): appendListImplicit[A1, V]
given appendLong: Value[Long, Long]
given appendMap[A, B, X <: A, Y <: B]: Sequence[Map[A, B], Map[X, Y], (X, Y)]
given appendOption[T]: Sequence[Seq[T], Option[T], Option[T]]
given appendSeq[T, V <: T]: Sequence[Seq[T], Seq[V], V]
given appendSeqImplicit[A1, V](using ev: Conversion[V, A1]): appendSeqImplicit[A1, V]
given appendSet[T, V <: T]: Sequence[Set[T], Set[V], V]
given appendSideEffectToFunc[A, B]: Value[A => B, () => Unit]
given appendSource: Sequence[Seq[Source], Seq[File], File]
given appendString: Value[String, String]
given appendTaskKeySeq[T, V <: T]: Value[Seq[Task[T]], TaskKey[V]]
given appendTaskValueSeq[T, V <: T]: Value[Seq[Task[T]], Initialize[Task[V]]]
given appendVectorImplicit[A1, V](using ev: Conversion[V, A1]): appendVectorImplicit[A1, V]