Package

org.hammerlab

args

Permalink

package args

Visibility
  1. Public
  2. All

Type Members

  1. case class ByteRanges(ranges: Seq[Range[Bytes]]) extends Ranges[Bytes, Long] with Product with Serializable

    Permalink
  2. case class Endpoints[T](start: T, end: T) extends Range[T] with Product with Serializable

    Permalink
  3. case class FindBlockArgs(bgzfBlocksToCheck: BGZFBlocksToCheck) extends Product with Serializable

    Permalink
  4. case class FindReadArgs(maxReadSize: MaxReadSize, readsToCheck: ReadsToCheck) extends Product with Serializable

    Permalink
  5. case class IntRanges(ranges: Seq[Range[Int]]) extends Ranges[Int, Integer] with Product with Serializable

    Permalink
  6. trait Integral[T] extends AnyRef

    Permalink
  7. case class LogArgs(warn: Boolean = false) extends Product with Serializable

    Permalink
  8. case class LongRanges(ranges: Seq[Range[Long]]) extends Ranges[Long, Long] with Product with Serializable

    Permalink
  9. case class OffsetLength[T](start: T, length: T)(implicit evidence$1: Monoid[T]) extends Range[T] with Product with Serializable

    Permalink
  10. case class Point[T](start: T)(implicit evidence$3: Integral[T]) extends Range[T] with Product with Serializable

    Permalink
  11. case class PostPartitionArgs(resultsPerPartition: Int = 100000) extends Product with Serializable

    Permalink
  12. sealed trait Range[T] extends AnyRef

    Permalink
  13. trait Ranges[T, SetT <: Comparable[SetT]] extends AnyRef

    Permalink

Value Members

  1. object ByteRanges extends Serializable

    Permalink
  2. object Endpoints extends Serializable

    Permalink
  3. object IntRanges extends Serializable

    Permalink
  4. object Integral

    Permalink
  5. object OffsetLength extends Serializable

    Permalink
  6. object Point extends Serializable

    Permalink
  7. object Range

    Permalink
  8. object Ranges

    Permalink
  9. object SplitSize

    Permalink

Ungrouped