class LambdaHandler extends SCSCPHandler
Ordering
- Alphabetic
- By Inheritance
Inherited
- LambdaHandler
- SCSCPHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LambdaHandler(h: (SCSCPCallArguments, Seq[OMExpression]) ⇒ OMExpression, min: Int = 0, max: Int = -1, signature: Option[OMApplication])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getArgAsInt(args: List[OMExpression], no: Int): OMInteger
gets an argument as integer.
gets an argument as integer. Should only be used if signature != None
- Definition Classes
- SCSCPHandler
-
def
getArgAsString(args: List[OMExpression], no: Int): OMString
gets an argument as string.
gets an argument as string. Should only be used if signature != None
- Definition Classes
- SCSCPHandler
-
def
getArgAsSymbol(args: List[OMExpression], no: Int): OMSymbol
gets an argument as symbol.
gets an argument as symbol. Should only be used if signature != None
- Definition Classes
- SCSCPHandler
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handle(client: SCSCPServerClient, arguments: SCSCPCallArguments, parameters: OMExpression*): OMExpression
- Definition Classes
- LambdaHandler → SCSCPHandler
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
max: Int
Maximal number of arguments to be passed to this handler.
Maximal number of arguments to be passed to this handler. If < 0 assume Infinity
- Definition Classes
- LambdaHandler → SCSCPHandler
-
val
min: Int
Minimal number of arguments to be passed to this handler.
Minimal number of arguments to be passed to this handler.
- Definition Classes
- LambdaHandler → SCSCPHandler
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
signature: Option[OMApplication]
The signature of this function, if any
The signature of this function, if any
- Definition Classes
- LambdaHandler → SCSCPHandler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()