aptus

package aptus

Type members

Classlikes

final class Anything_[A](a: A) extends AnyVal

typically these are meant to convey intent, not enforce invariants; often sufficient to replace a comment.

typically these are meant to convey intent, not enforce invariants; often sufficient to replace a comment.

final class Class_[A](val klass: Class[A]) extends AnyVal
final class Double_(val nmbr: Double) extends AnyVal
class InputStream_(is: InputStream)
final class Int_(val nmbr: Int) extends AnyVal
final class Iterator_[A](val itr: Iterator[A]) extends AnyVal
final class Long_(val nmbr: Long) extends AnyVal
final class Map_[K, V](val mp: Map[K, V]) extends AnyVal
final class Option_[A](val opt: Option[A]) extends AnyVal
final class ResultSet_(val rs: ResultSet) extends AnyVal
final class Seq_[A](val coll: Seq[A]) extends AnyVal
final class String_(val str: String) extends AnyVal
final class Throwable_(val throwable: Throwable) extends AnyVal
final class Tuple2_[A, B](val tup: (A, B)) extends AnyVal
final class Tuple3_[A, B, C](val tup: (A, B, C)) extends AnyVal
final class Tuple4_[A, B, C, D](val tup: (A, B, C, D)) extends AnyVal
final class Tuple5_[A, B, C, D, E](val tup: (A, B, C, D, E)) extends AnyVal
class URL_(url: URL)
final class Unit_(val u: Unit) extends AnyVal

Inherited classlikes

class finl(val message: String)

to convey something is final conceptually in the corner case of multiple inheritance

to convey something is final conceptually in the corner case of multiple inheritance

Inherited from
AptusAnnotations
class fordevonly(val message: String)

to convey that something isn't meant to remain in production code

to convey that something isn't meant to remain in production code

Inherited from
AptusAnnotations
class nonfinl(val message: String)

to convey explicitly that something is intended to be overriden in some situations (as opposed to having forgotten to make it final).

to convey explicitly that something is intended to be overriden in some situations (as opposed to having forgotten to make it final).

Inherited from
AptusAnnotations
class ordermatters(val message: String)

to convey that the order of the following code is important

to convey that the order of the following code is important

Inherited from
AptusAnnotations
class pseudosealed(val message: String)

in cases where should be sealed but can't because we refactored some code to another file for clarity

in cases where should be sealed but can't because we refactored some code to another file for clarity

Inherited from
AptusAnnotations

Inherited types

type Cell = String
Inherited from
AptusAliases
Inherited from
AptusAliases
type Closeabled[T] = Closeabled[T]
Inherited from
AptusAliases
type Content = String
Inherited from
AptusAliases
type Count = Int
Inherited from
AptusAliases
type DatabaseName = String
Inherited from
AptusAliases
type DebugString = String
Inherited from
AptusAliases
type DirPath = String
Inherited from
AptusAliases
type ErrorMsg = String
Inherited from
AptusAliases
type FileName = String
Inherited from
AptusAliases
type FilePath = String
Inherited from
AptusAliases
type FormattedNumber = String
Inherited from
AptusAliases
type HostName = String
Inherited from
AptusAliases
type IdValue = String
Inherited from
AptusAliases
type Index = Int
Inherited from
AptusAliases
type JavaPattern = Pattern
Inherited from
AptusAliases
type JsonArrayString = String
Inherited from
AptusAliases
type JsonCompact = String
Inherited from
AptusAliases
type JsonObjectString = String
Inherited from
AptusAliases
type JsonPretty = String
Inherited from
AptusAliases
type JsonString = String
Inherited from
AptusAliases
type Label = String
Inherited from
AptusAliases
type Line = String
Inherited from
AptusAliases
type MirrorIndex = Int
Inherited from
AptusAliases
type Name = String
Inherited from
AptusAliases
type Nes[T] = Seq[T]
Inherited from
AptusAliases
type One[T] = T
Inherited from
AptusAliases
type Opt[T] = Option[T]
Inherited from
AptusAliases
type Path = String
Inherited from
AptusAliases
type Pes[T] = Option[Seq[T]]
Inherited from
AptusAliases
type Prefix = String
Inherited from
AptusAliases
type QueryString = String
Inherited from
AptusAliases
type Rank = Int
Inherited from
AptusAliases
type RawRdbmsEntries = Map[String, Option[Any]]
Inherited from
AptusAliases
type RawRdbmsValues = Vector[Option[Any]]
Inherited from
AptusAliases
type Separator = String
Inherited from
AptusAliases
type Size = Int
Inherited from
AptusAliases
type StringValue = String
Inherited from
AptusAliases
type Sum = Int
Inherited from
AptusAliases
type TableName = String
Inherited from
AptusAliases
type UriString = String
Inherited from
AptusAliases
type UrlString = String
Inherited from
AptusAliases

Value members

Concrete methods

def illegalArgument(x: Any*): Nothing
def illegalState(x: Any*): Nothing
def listOrdering[T](`evidence$2`: Ordering[T]): Ordering[List[T]]
def seqOrdering[T](`evidence$1`: Ordering[T]): Ordering[Seq[T]]
def zip[T1, T2, T3](a: Iterable[T1], b: Iterable[T2], c: Iterable[T3]): Iterable[(T1, T2, T3)]
def zip[T1, T2, T3, T4](a: Iterable[T1], b: Iterable[T2], c: Iterable[T3], d: Iterable[T4]): Iterable[(T1, T2, T3, T4)]
def zip[T1, T2, T3, T4, T5](a: Iterable[T1], b: Iterable[T2], c: Iterable[T3], d: Iterable[T4], e: Iterable[T5]): Iterable[(T1, T2, T3, T4, T5)]
def zip[T1, T2](a: Iterable[T1], b: Iterable[T2]): Iterable[(T1, T2)]

Inherited fields

val Closeabled: Closeabled
Inherited from
AptusAliases