ClampMax

com.netflix.atlas.core.model.MathVocabulary.ClampMax
case object ClampMax extends SimpleWord

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SimpleWord
trait Word
class Object
trait Matchable
class Any
Show all
Self type
ClampMax.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def examples: List[String]

Set of examples showing the usage of the word.

Set of examples showing the usage of the word.

Attributes

Definition Classes
override def name: String

Name used to refer to this command.

Name used to refer to this command.

Attributes

Definition Classes
override def signature: String

Signature of the method showing the before and after effect on the stack.

Signature of the method showing the before and after effect on the stack.

Attributes

Definition Classes
override def summary: String

Short description of the word to help the user understand what it does.

Short description of the word to help the user understand what it does.

Attributes

Definition Classes

Inherited methods

def execute(context: Context): Context

Execute this command against the provided context.

Execute this command against the provided context.

Attributes

Inherited from:
SimpleWord
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
protected def invalidStack: Nothing

Throw an exception to indicate an invalid stack was passed into the execution.

Throw an exception to indicate an invalid stack was passed into the execution.

Attributes

Inherited from:
Word
def isStable: Boolean

Returns true if this operation is considered stable. New operations should override this method to return false until the API is finalized.

Returns true if this operation is considered stable. New operations should override this method to return false until the API is finalized.

Attributes

Inherited from:
Word
def matches(stack: List[Any]): Boolean

Check if the this word can be executed against the current stack. Can be used as a basis for finding auto-completion candidates.

Check if the this word can be executed against the current stack. Can be used as a basis for finding auto-completion candidates.

Attributes

Inherited from:
SimpleWord
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product