HandlerType

Interface

A handler mode for interacting with expressions. The defaults (get/set/add/delete/...) are detailed in StandardHandlers.

Special implementations could add behaviour like COMPARE_AND_SWAP or GET_ATOMIC.

Modifiers

public abstract

Methods


name ()

Abstract Method
No description is available for this element.
Return Type

String

Modifiers

public abstract

expectInputs ()

Abstract Method
No description is available for this element.
Return Type

boolean

Modifiers

public abstract

expectReturn ()

Abstract Method
No description is available for this element.
Return Type

boolean

Modifiers

public abstract