Slice

io.bullet.spliff.Diff.Slice
See theSlice companion class
object Slice

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Slice.type

Members list

Implicits

Implicits

implicit def apply[T](seq: IndexedSeq[T]): Slice[T]

IndexedSeq sequences can be transparently (implicitly) converted into Slice instances.

IndexedSeq sequences can be transparently (implicitly) converted into Slice instances.

Attributes