aptus

package aptus

Members list

Packages

package aptus.aptjson
package aptus.aptmisc
package aptus.aptutils

Type members

Classlikes

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

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
trait AptusAliases

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.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class ArrayByte_[T](bytes: Array[Byte])

Attributes

Supertypes
class Object
trait Matchable
class Any
final implicit class Class_[A](val klass: Class[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Double_(val nmbr: Double) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
implicit class Future_[T](fut: Future[T])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class InputStream_(is: InputStream)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class Instant_(instant: Instant)

Attributes

Supertypes
class Object
trait Matchable
class Any
final implicit class Int_(val nmbr: Int) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Iterator_[A](val itr: Iterator[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
implicit class JavaList_[T](list: List[T])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class JavaMap_[K, V](map: Map[K, V])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class JavaSet_[T](set: Set[T])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class ListMap_[K, V](mp: ListMap[K, V])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class LocalDateTime_(date: LocalDateTime)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class LocalDate_(date: LocalDate)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class LocalTime_(time: LocalTime)

Attributes

Supertypes
class Object
trait Matchable
class Any
final implicit class Long_(val nmbr: Long) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Map_[K, V](val mp: Map[K, V]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
implicit class OffsetDateTime_(date: OffsetDateTime)

Attributes

Supertypes
class Object
trait Matchable
class Any
final implicit class Option_[A](val opt: Option[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class ResultSet_(val rs: ResultSet) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Seq_[A](val coll: Seq[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class String_(val str: String) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Throwable_(val throwable: Throwable) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Tuple2_[A, B](val tup: (A, B)) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Tuple3_[A, B, C](val tup: (A, B, C)) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Tuple4_[A, B, C, D](val tup: (A, B, C, D)) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class Tuple5_[A, B, C, D, E](val tup: (A, B, C, D, E)) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
implicit class URL_(url: URL)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class ZonedDateTime_(date: ZonedDateTime)

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

class finl(val message: String) extends StaticAnnotation

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

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
class fordevonly(val message: String) extends StaticAnnotation

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

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

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
class nonfinl(val message: String) extends StaticAnnotation

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).

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
class notprivate(val message: String) extends StaticAnnotation

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
class notprotected(val message: String) extends StaticAnnotation

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
class notsealed(val message: String) extends StaticAnnotation

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
class ordermatters(val message: String) extends StaticAnnotation

to convey that the order of the following code is important

to convey that the order of the following code is important

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
class pseudosealed(val message: String) extends StaticAnnotation

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

Attributes

Inherited from:
AptusAnnotations
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Inherited types

type Cell = String

Attributes

Inherited from:
AptusAliases
type CharsetSelector = StandardCharsets.type => Charset

Attributes

Inherited from:
AptusAliases
type Closeabled[T] = Closeabled[T]

Attributes

Inherited from:
AptusAliases
type CloseabledIterator[T] = CloseabledIterator[T]

Attributes

Inherited from:
AptusAliases
type Content = String

Attributes

Inherited from:
AptusAliases
type Count = Int

Attributes

Inherited from:
AptusAliases
type Cumul = Double

Attributes

Inherited from:
AptusAliases
type DatabaseName = String

Attributes

Inherited from:
AptusAliases
type DebugString = String

Attributes

Inherited from:
AptusAliases
type Depth = Int

Attributes

Inherited from:
AptusAliases
type DirName = String

Attributes

Inherited from:
AptusAliases
type DirPath = String

Attributes

Inherited from:
AptusAliases
type ErrorMsg = String

Attributes

Inherited from:
AptusAliases
type FileName = String

Attributes

Inherited from:
AptusAliases
type FilePath = String

Attributes

Inherited from:
AptusAliases
type FormattedNumber = String

Attributes

Inherited from:
AptusAliases
type HostName = String

Attributes

Inherited from:
AptusAliases
type IdValue = String

Attributes

Inherited from:
AptusAliases
type Index = Int

Attributes

Inherited from:
AptusAliases
type InputDirName = String

Attributes

Inherited from:
AptusAliases
type InputDirPath = String

Attributes

Inherited from:
AptusAliases
type InputFileName = String

Attributes

Inherited from:
AptusAliases
type InputFilePath = String

Attributes

Inherited from:
AptusAliases
type InputPath = String

Attributes

Inherited from:
AptusAliases
type JavaPattern = Pattern

Attributes

Inherited from:
AptusAliases
type JsonArrayString = String

Attributes

Inherited from:
AptusAliases
type JsonCompact = String

Attributes

Inherited from:
AptusAliases
type JsonObjectString = String

Attributes

Inherited from:
AptusAliases
type JsonPretty = String

Attributes

Inherited from:
AptusAliases
type JsonString = String

Attributes

Inherited from:
AptusAliases
type Label = String

Attributes

Inherited from:
AptusAliases
type Line = String

Attributes

Inherited from:
AptusAliases
type MirrorIndex = Int

Attributes

Inherited from:
AptusAliases
type Name = String

Attributes

Inherited from:
AptusAliases
type Nes[T] = Seq[T]

just to convey intention, nothing enforced

just to convey intention, nothing enforced

Attributes

Inherited from:
AptusAliases
type One[T] = T

Attributes

Inherited from:
AptusAliases
type Opt[T] = Option[T]

Attributes

Inherited from:
AptusAliases
type OutputDirName = String

Attributes

Inherited from:
AptusAliases
type OutputDirPath = String

Attributes

Inherited from:
AptusAliases
type OutputFileName = String

Attributes

Inherited from:
AptusAliases
type OutputFilePath = String

Attributes

Inherited from:
AptusAliases
type OutputPath = String

Attributes

Inherited from:
AptusAliases
type Path = String

Attributes

Inherited from:
AptusAliases
type Prefix = String

Attributes

Inherited from:
AptusAliases
type Probability = Double

Attributes

Inherited from:
AptusAliases
type QueryString = String

Attributes

Inherited from:
AptusAliases
type Rank = Int

Attributes

Inherited from:
AptusAliases
type Ratio = Double

Attributes

Inherited from:
AptusAliases
type RawRdbmsEntries = Map[String, Option[Any]]

Attributes

Inherited from:
AptusAliases
type RawRdbmsValues = Vector[Option[Any]]

Attributes

Inherited from:
AptusAliases

Attributes

Inherited from:
AptusAliases
type Separator = String

Attributes

Inherited from:
AptusAliases
type Size = Int

Attributes

Inherited from:
AptusAliases
type StringValue = String

Attributes

Inherited from:
AptusAliases
type Sum = Int

Attributes

Inherited from:
AptusAliases
type TableName = String

Attributes

Inherited from:
AptusAliases
type UriString = String

Attributes

Inherited from:
AptusAliases
type UrlString = String

Attributes

Inherited from:
AptusAliases

Deprecated and Inherited types

type Pes[T] = Option[Seq[T]]

Attributes

Deprecated
true
Inherited from:
AptusAliases

Value members

Inherited methods

def arrayOrdering[T : Ordering]: Ordering[Array[T]]

Attributes

Inherited from:
AptusTopLevel
def illegalArgument(x: Any*): Nothing

Attributes

Inherited from:
AptusTopLevel
def illegalState(x: Any*): Nothing

Attributes

Inherited from:
AptusTopLevel
def iterableOrdering[T : Ordering]: Ordering[Iterable[T]]

Attributes

Inherited from:
AptusTopLevel
def listListOrdering[T : Ordering]: Ordering[List[List[T]]]

Attributes

Inherited from:
AptusTopLevel
def listMap[K, V](value1: (K, V), more: (K, V)*): ListMap[K, V]

Attributes

Inherited from:
AptusScalaVersionSpecific
def listMap[K, V](values: Seq[(K, V)]): ListMap[K, V]

Attributes

Inherited from:
AptusScalaVersionSpecific
def listOrdering[T : Ordering]: Ordering[List[T]]

Attributes

Inherited from:
AptusTopLevel
def optionOrdering[T : Ordering]: Ordering[Option[T]]

Attributes

Inherited from:
AptusTopLevel
def seqOrdering[T : Ordering]: Ordering[Seq[T]]

Attributes

Inherited from:
AptusTopLevel
def unsupportedOperation(x: Any*): Nothing

Attributes

Inherited from:
AptusTopLevel
def zip[T1, T2](a: Iterable[T1], b: Iterable[T2]): Iterable[(T1, T2)]

Attributes

Inherited from:
AptusTopLevel
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)]

Attributes

Inherited from:
AptusTopLevel
def zip[T1, T2, T3, T4](a: Iterable[T1], b: Iterable[T2], c: Iterable[T3], d: Iterable[T4]): Iterable[(T1, T2, T3, T4)]

Attributes

Inherited from:
AptusTopLevel
def zip[T1, T2, T3](a: Iterable[T1], b: Iterable[T2], c: Iterable[T3]): Iterable[(T1, T2, T3)]

Attributes

Inherited from:
AptusTopLevel

Inherited fields

val Closeabled: Closeabled.type

Attributes

Inherited from:
AptusAliases

Attributes

Inherited from:
AptusAliases

Attributes

Inherited from:
AptusAliases
val fs: Fs.type

Attributes

Inherited from:
AptusAliases
val hardware: Hardware.type

Attributes

Inherited from:
AptusAliases
val random: Random.type

Attributes

Inherited from:
AptusAliases

Attributes

Inherited from:
AptusAliases
val system: AptusSystem.type

Attributes

Inherited from:
AptusAliases
val time: Time.type

Attributes

Inherited from:
AptusAliases

Implicits

Implicits

final implicit def Anything_[A](a: A): Anything_[A]
final implicit def ArrayByte_[T](bytes: Array[Byte]): ArrayByte_[T]
final implicit def Class_[A](klass: Class[A]): Class_[A]
final implicit def Double_(nmbr: Double): Double_
final implicit def Future_[T](fut: Future[T]): Future_[T]
final implicit def InputStream_(is: InputStream): InputStream_
final implicit def Instant_(instant: Instant): Instant_
final implicit def Int_(nmbr: Int): Int_
final implicit def Iterator_[A](itr: Iterator[A]): Iterator_[A]
final implicit def JavaList_[T](list: List[T]): JavaList_[T]
final implicit def JavaMap_[K, V](map: Map[K, V]): JavaMap_[K, V]
final implicit def JavaSet_[T](set: Set[T]): JavaSet_[T]
final implicit def ListMap_[K, V](mp: ListMap[K, V]): ListMap_[K, V]
final implicit def LocalDateTime_(date: LocalDateTime): LocalDateTime_
final implicit def LocalDate_(date: LocalDate): LocalDate_
final implicit def LocalTime_(time: LocalTime): LocalTime_
final implicit def Long_(nmbr: Long): Long_
final implicit def Map_[K, V](mp: Map[K, V]): Map_[K, V]
final implicit def OffsetDateTime_(date: OffsetDateTime): OffsetDateTime_
final implicit def Option_[A](opt: Option[A]): Option_[A]
final implicit def ResultSet_(rs: ResultSet): ResultSet_
final implicit def Seq_[A](coll: Seq[A]): Seq_[A]
final implicit def String_(str: String): String_
final implicit def Throwable_(throwable: Throwable): Throwable_
final implicit def Tuple2_[A, B](tup: (A, B)): Tuple2_[A, B]
final implicit def Tuple3_[A, B, C](tup: (A, B, C)): Tuple3_[A, B, C]
final implicit def Tuple4_[A, B, C, D](tup: (A, B, C, D)): Tuple4_[A, B, C, D]
final implicit def Tuple5_[A, B, C, D, E](tup: (A, B, C, D, E)): Tuple5_[A, B, C, D, E]
final implicit def URL_(url: URL): URL_
final implicit def ZonedDateTime_(date: ZonedDateTime): ZonedDateTime_