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 Closeabled[A](val u: A, val cls: Closeable) extends Closeable
Companion
object
object Closeabled
Companion
class
final class Double_(val nmbr: Double) extends AnyVal
class Fs
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
class Reflect
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
class Time
final class Tuple2_[A, B](val tup: (A, B)) 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
type Charset = Charset
Inherited from
AptusCommonAliases
type Closeable = Closeable
Inherited from
AptusCommonAliases
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 ErrorMsg = String
Inherited from
AptusAliases
type FileName = String
Inherited from
AptusAliases
type FilePath = String
Inherited from
AptusAliases
type FormattedNumber = String
Inherited from
AptusAliases
type IdValue = String
Inherited from
AptusAliases
type Index = Int
Inherited from
AptusAliases
type JavaPattern = Pattern
Inherited from
AptusCommonAliases
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 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 Regex = Regex
Inherited from
AptusCommonAliases
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 URI = URI
Inherited from
AptusCommonAliases
type URL = URL
Inherited from
AptusCommonAliases
type UriString = String
Inherited from
AptusAliases
type UrlString = String
Inherited from
AptusAliases

Value members

Inherited fields

val UTF_8: Charset
Inherited from
AptusCommonAliases