seq

oxygen.core.syntax.seq
object seq

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
seq.type

Members list

Extensions

Extensions

extension [F <: (IterableOps), A](self: F[A])
def intersperse[B >: A](join: B): F[B]
def mapPassLeft[B, C](passInit: B)(f: (B, A) => (B, C)): (F[C], B)
def surround[B >: A](start: B, join: B, end: B): F[B]
def surround[B >: A](startJoinEnd: B): F[B]