Packages

package apso

Contains ShiftForward's general-purpose utility classes and methods, as well as extensions of existing ones.

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

Package Members

  1. package config
  2. package http

Type Members

  1. trait JreVersionHelper extends AnyRef
  2. trait Logging extends AnyRef

    Trait to mixin a Log4j2 Logger object.

    Trait to mixin a Log4j2 Logger object. The Logger object is initialized lazily.

  3. trait NamedActorLogging extends ActorLogging
  4. case class ProgressBar(total: Long = 100, width: Int = 80, throughputUnit: String = "ops", throughputTransformer: (Double) => Double = identity) extends Product with Serializable

    A widget for printing a dynamic progress bar in a console.

    A widget for printing a dynamic progress bar in a console.

    total

    the number representing the full progress bar

    width

    the line width of the progress bar

    throughputUnit

    the throughput unit that is being measured

    throughputTransformer

    a function to transform the measured throughput value, before displaying it

  5. trait StrictLogging extends AnyRef

    Trait to mixin a Log4j2 Logger object.

    Trait to mixin a Log4j2 Logger object. The Logger object is initialized strictly.

Value Members

  1. object Geo

    Object containing geo-location functions.

  2. object Implicits

    Object containing implicit classes and methods of general purpose.

  3. object JreVersionHelper extends JreVersionHelper
  4. object NetUtils

    Object containing network utility methods.

  5. object Reflect

    Object containing reflection-related helpers.

  6. object Retry

    Utility object with retry mechanisms.

  7. object TryWith

    Mimics the try-with-resource construct from Java world, or a loan pattern, where a given function can try to use a Closeable resource which shall be disposed off and closed properly afterwards.

Inherited from AnyRef

Inherited from Any

Ungrouped