flatgraph.misc

package flatgraph.misc

Members list

Type members

Classlikes

class ConversionException(msg: String) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object Conversions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object DebugDump

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
DebugDump.type
object ISeq

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ISeq.type
class ISeq[+T](underlying: Array[T], start: Int, end: Int) extends IndexedSeq[T]

Attributes

Companion
object
Supertypes
trait IndexedSeq[T]
trait IndexedSeqOps[T, IndexedSeq, IndexedSeq[T]]
trait IndexedSeq[T]
trait IndexedSeqOps[T, IndexedSeq, IndexedSeq[T]]
trait Seq[T]
trait SeqOps[T, IndexedSeq, IndexedSeq[T]]
trait Seq[T]
trait Equals
trait SeqOps[T, IndexedSeq, IndexedSeq[T]]
trait PartialFunction[Int, T]
trait Int => T
trait Iterable[T]
trait Iterable[T]
trait IterableFactoryDefaults[T, IndexedSeq]
trait IterableOps[T, IndexedSeq, IndexedSeq[T]]
trait IterableOnceOps[T, IndexedSeq, IndexedSeq[T]]
trait IterableOnce[T]
class Object
trait Matchable
class Any
Show all
abstract class InitNodeIterator[T <: GNode] extends Iterator[T]

Attributes

Supertypes
trait Iterator[T]
trait IterableOnceOps[T, Iterator, Iterator[T]]
trait IterableOnce[T]
class Object
trait Matchable
class Any
Show all
Known subtypes
class InitNodeIteratorArray[T <: GNode](arr: Array[GNode]) extends InitNodeIterator[T]

Attributes

Supertypes
class InitNodeIterator[T]
trait Iterator[T]
trait IterableOnceOps[T, Iterator, Iterator[T]]
trait IterableOnce[T]
class Object
trait Matchable
class Any
Show all
class InitNodeIteratorArrayFiltered[T <: GNode](arr: Array[GNode]) extends InitNodeIterator[T]

Attributes

Supertypes
class InitNodeIterator[T]
trait Iterator[T]
trait IterableOnceOps[T, Iterator, Iterator[T]]
trait IterableOnce[T]
class Object
trait Matchable
class Any
Show all
object Regex

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Regex.type
object TestUtils

Convenience functions for common use test use-cases. Context: applying a Diff

Convenience functions for common use test use-cases. Context: applying a Diff

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
TestUtils.type