package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Base64String extends AnyVal
  2. final case class BinaryByteCount(bytes: Long) extends AnyVal with ByteCount with BinaryByteCounter with Product with Serializable
  3. trait BinaryByteCounter extends Any
  4. trait ByteCount extends Any
  5. final class CapitalizationOps extends AnyVal
  6. final class Crc16 extends AnyVal

    CRC-16 CCITT (X.25 variant) as used by the Qt function qChecksum

    CRC-16 CCITT (X.25 variant) as used by the Qt function qChecksum

    polynomial 0x1021 (x0 + x5 + x12 + x16) with init=0xffff and final XOR with 0xffff

    see http://reveng.sourceforge.net/crc-catalogue/16.htm#crc.cat.x-25 for the entry in the "CRC Catalogue"

    precomputed lookup table borrowed from the Linux kernel sources https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/lib/crc-ccitt.c

  7. final case class DecimalByteCount(bytes: Long) extends AnyVal with ByteCount with DecimalByteCounter with Product with Serializable
  8. trait DecimalByteCounter extends Any
  9. class DynamicBitmaskEnum extends IntBitmaskEnum with DynamicEnumLike
  10. class DynamicEnum extends Enumeration with DynamicEnumLike
  11. trait DynamicEnumLike extends Dynamic
  12. sealed trait DynamicEnumValueProvider extends AnyRef
  13. class DynamicLooseEnum extends LooseEnum with DynamicEnumLike
  14. class ExpectedCountIterator[+A] extends AbstractIterator[A]
  15. case class FileStats(deviceId: Long, inode: Long, mode: Int, numLinks: Long, uid: Int, gid: Int, rDevId: Long, size: ByteCount, fsBlockSize: ByteCount, blocks: Long, accessTime: Instant, modifyTime: Instant, changeTime: Instant) extends Product with Serializable
  16. abstract class IntBitmaskEnum extends AnyRef
  17. abstract class LongBitmaskEnum extends AnyRef
  18. abstract class LooseEnum extends Enumeration

    An enumeration class that optionally allows for capturing unknown enumeration values and surfacing them in an unknowns member set.

    An enumeration class that optionally allows for capturing unknown enumeration values and surfacing them in an unknowns member set.

    The values set will never have an unknown enumeration value added to it.

    To capture possible unknown enumeration values, use the applyOrUnknown factory method rather than then usual apply.

    Limitation: Using the + method on Value to build a ValueSet will throw an exception if an UnknownVal is attempted to be used in this manner.

  19. final class MythDateTime extends AnyVal
  20. final class MythFileHash extends AnyVal
  21. trait NetworkServiceInstance extends AnyRef
  22. sealed abstract class OptionalCount[+A] extends AnyRef
  23. final case class OptionalCountSome[+A](x: A) extends OptionalCount[A] with Product with Serializable
  24. trait PagedList[+A] extends Iterable[A]
  25. class RecRuleFilterProvider extends () => Map[Int, String]

Value Members

  1. object Base64String
  2. object ByteCount
  3. object CapitalizationOps
  4. object Crc16
  5. object DynamicEnumValueProvider
  6. object ExpectedCountIterator
  7. object MythDateTime
  8. object MythFileHash
  9. object NetworkUtil
  10. object OptionalCount
  11. case object OptionalCountAll extends OptionalCount[Nothing] with Product with Serializable
  12. case object OptionalCountNone extends OptionalCount[Nothing] with Product with Serializable
  13. object ServiceDiscovery

Inherited from AnyRef

Inherited from Any

Ungrouped