| Package | Description |
|---|---|
| org.stjs.javascript.functions | |
| org.stjs.javascript.stjs |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Callback |
interface |
Callback0 |
interface |
Callback1<P1> |
interface |
Callback2<P1,P2> |
interface |
Callback3<P1,P2,P3> |
interface |
Callback4<P1,P2,P3,P4> |
interface |
Function<R> |
interface |
Function0<R> |
interface |
Function1<P1,R> |
interface |
Function2<P1,P2,R> |
interface |
Function3<P1,P2,P3,R> |
interface |
Function4<P1,P2,P3,P4,R> |
| Modifier and Type | Method and Description |
|---|---|
<T extends CallbackOrFunction> |
STJS.bind(Object object,
CallbackOrFunction func)
this functions is used to be able to atach lambdas to an object
|
<T extends CallbackOrFunction> |
STJS.bind(Object object,
CallbackOrFunction func,
int THISParamPosition)
this functions is used to be able to atach lambdas to an object
|
<T extends CallbackOrFunction> |
STJS.bind(Object object,
String methodName)
this functions is used to be able to send method references as callbacks
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CallbackOrFunction> |
STJS.bind(Object object,
CallbackOrFunction func)
this functions is used to be able to atach lambdas to an object
|
<T extends CallbackOrFunction> |
STJS.bind(Object object,
CallbackOrFunction func,
int THISParamPosition)
this functions is used to be able to atach lambdas to an object
|
Copyright © 2015. All Rights Reserved.