LoopFrequency

eu.joaocosta.minart.runtime.LoopFrequency$
See theLoopFrequency companion trait
object LoopFrequency

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class LoopDuration(nanos: Long) extends LoopFrequency

Frequency defined by duration.

Frequency defined by duration.

Value parameters

nanos

duration in nanoseconds

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Never extends LoopFrequency

Run a single iteration

Run a single iteration

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Never.type
case object Uncapped extends LoopFrequency

Uncapped loop frequency.

Uncapped loop frequency.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Uncapped.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromDuration(duration: Duration): LoopFrequency

Builds a LoopFrequency from a Scala duration.

Builds a LoopFrequency from a Scala duration.

Value parameters

duration

minimum loop iteration duration

Attributes

def fromHz(hz: Int): LoopFrequency

Builds a LoopFrequency in Hz.

Builds a LoopFrequency in Hz.

Attributes

Concrete fields

final val hz15: LoopDuration

15 Hz.

15 Hz.

Attributes

final val hz24: LoopDuration

24 Hz.

24 Hz.

Attributes

final val hz30: LoopDuration

30 Hz.

30 Hz.

Attributes

final val hz50: LoopDuration

50 Hz.

50 Hz.

Attributes

final val hz60: LoopDuration

60 Hz.

60 Hz.

Attributes