Seqs

kyo.Seqs
See theSeqs companion class
object Seqs extends Seqs

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Seqs
class Effect[Seq, Seqs]
class Object
trait Matchable
class Any
Show all
Self type
Seqs.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def accepts[M2[_], E2 <: Effect[M2, LazyRef(...)]](other: Effect[M2, E2]): Boolean

Attributes

Inherited from:
Effect
def collect[T, S](v: Seq[T < S]): Seq[T] < S

Attributes

Inherited from:
Seqs
def fill[T, S](n: Int)(v: => T < S): Seq[T] < S

Attributes

Inherited from:
Seqs
def filter[S](v: Boolean < S): Unit < Seqs & S

Attributes

Inherited from:
Seqs
def get[T, S](v: Seq[T] < S): T < Seqs & S

Attributes

Inherited from:
Seqs
final protected def handle[T, S, S2](v: T < Seqs & S)(implicit h: Handler[Seq, Seqs, S2], s: Safepoint[Seq, Seqs], f: Flat[T < Seqs & S]): M[T] < S & S2

Attributes

Inherited from:
Effect
def repeat(n: Int): Unit < Seqs

Attributes

Inherited from:
Seqs
def run[T, S](v: T < Seqs & S)(implicit f: Flat[T < Seqs & S]): Seq[T] < S

Attributes

Inherited from:
Seqs
final protected def suspend[T, S](v: Seq[T] < S): T < S & E

Attributes

Inherited from:
Effect
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Effect -> Any
Inherited from:
Effect
def traverse[T, U, S, S2](v: Seq[T] < S)(f: T => U < S2): Seq[U] < S & S2

Attributes

Inherited from:
Seqs
def traverseUnit[T, U, S, S2](v: Seq[T] < S)(f: T => Unit < S2): Unit < S & S2

Attributes

Inherited from:
Seqs

Inherited fields

val drop: Nothing < Seqs

Attributes

Inherited from:
Seqs