package util
- Alphabetic
- By Inheritance
- util
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final class Base64String extends AnyVal
- final case class BinaryByteCount(bytes: Long) extends AnyVal with ByteCount with BinaryByteCounter with Product with Serializable
- trait BinaryByteCounter extends Any
- trait ByteCount extends Any
- final class CapitalizationOps extends AnyVal
- 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
- final case class DecimalByteCount(bytes: Long) extends AnyVal with ByteCount with DecimalByteCounter with Product with Serializable
- trait DecimalByteCounter extends Any
- class DynamicBitmaskEnum extends IntBitmaskEnum with DynamicEnumLike
- class DynamicEnum extends Enumeration with DynamicEnumLike
- trait DynamicEnumLike extends Dynamic
- sealed trait DynamicEnumValueProvider extends AnyRef
- class DynamicLooseEnum extends LooseEnum with DynamicEnumLike
- class ExpectedCountIterator[+A] extends AbstractIterator[A]
- 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
- abstract class IntBitmaskEnum extends AnyRef
- abstract class LongBitmaskEnum extends AnyRef
- 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 usualapply
.Limitation: Using the
+
method onValue
to build aValueSet
will throw an exception if anUnknownVal
is attempted to be used in this manner. - final class MythDateTime extends AnyVal
- final class MythFileHash extends AnyVal
- trait NetworkServiceInstance extends AnyRef
- sealed abstract class OptionalCount[+A] extends AnyRef
- final case class OptionalCountSome[+A](x: A) extends OptionalCount[A] with Product with Serializable
- trait PagedList[+A] extends Iterable[A]
- class RecRuleFilterProvider extends () => Map[Int, String]
Value Members
- object Base64String
- object ByteCount
- object CapitalizationOps
- object Crc16
- object DynamicEnumValueProvider
- object ExpectedCountIterator
- object MythDateTime
- object MythFileHash
- object NetworkUtil
- object OptionalCount
- case object OptionalCountAll extends OptionalCount[Nothing] with Product with Serializable
- case object OptionalCountNone extends OptionalCount[Nothing] with Product with Serializable
- object ServiceDiscovery