|
static< T > T | tryCast (Object object, Class< T > toClass) |
|
static boolean | equals (Object object1, Object object2) |
|
static IAction0 | findIActionDelegate0WithId (List< IAction0 > actions, String id) |
|
static< T > IAction1< T > | findIActionDelegate1WithId (List< IAction1< T >> actions, String id) |
|
static< T1, T2 > IAction2< T1, T2 > | findIActionDelegate2WithId (List< IAction2< T1, T2 >> actions, String id) |
|
static< T1, T2, T3 > IAction3< T1, T2, T3 > | findIActionDelegate3WithId (List< IAction3< T1, T2, T3 >> actions, String id) |
|
static< T1, T2, T3, T4 > IAction4< T1, T2, T3, T4 > | findIActionDelegate4WithId (List< IAction4< T1, T2, T3, T4 >> actions, String id) |
|
static< T1, T2, T3, T4, T5 > IAction5< T1, T2, T3, T4, T5 > | findIActionDelegate5WithId (List< IAction5< T1, T2, T3, T4, T5 >> actions, String id) |
|
static< T1, T2, T3, T4, T5, T6 > IAction6< T1, T2, T3, T4, T5, T6 > | findIActionDelegate6WithId (List< IAction6< T1, T2, T3, T4, T5, T6 >> actions, String id) |
|
static< R > IFunction0< R > | findIFunctionDelegate0WithId (List< IFunction0< R >> functions, String id) |
|
static< T, R > IFunction1< T, R > | findIFunctionDelegate1WithId (List< IFunction1< T, R >> functions, String id) |
|
static< T1, T2, R > IFunction2< T1, T2, R > | findIFunctionDelegate2WithId (List< IFunction2< T1, T2, R >> functions, String id) |
|
static< T1, T2, T3, R > IFunction3< T1, T2, T3, R > | findIFunctionDelegate3WithId (List< IFunction3< T1, T2, T3, R >> functions, String id) |
|
static< T1, T2, T3, T4, R > IFunction4< T1, T2, T3, T4, R > | findIFunctionDelegate4WithId (List< IFunction4< T1, T2, T3, T4, R >> functions, String id) |
|
static< T1, T2, T3, T4, T5, R > IFunction5< T1, T2, T3, T4, T5, R > | findIFunctionDelegate5WithId (List< IFunction5< T1, T2, T3, T4, T5, R >> functions, String id) |
|
static< T1, T2, T3, T4, T5, T6, R > IFunction6< T1, T2, T3, T4, T5, T6, R > | findIFunctionDelegate6WithId (List< IFunction6< T1, T2, T3, T4, T5, T6, R >> functions, String id) |
|
static< T > byte | decrement (T target, byte value, IAction2< T, Byte > set, boolean prefix) |
|
static< T > byte | increment (T target, byte value, IAction2< T, Byte > set, boolean prefix) |
|
static< T > short | decrement (T target, short value, IAction2< T, Short > set, boolean prefix) |
|
static< T > short | increment (T target, short value, IAction2< T, Short > set, boolean prefix) |
|
static< T > int | decrement (T target, int value, IAction2< T, Integer > set, boolean prefix) |
|
static< T > int | increment (T target, int value, IAction2< T, Integer > set, boolean prefix) |
|
static< T > long | decrement (T target, long value, IAction2< T, Long > set, boolean prefix) |
|
static< T > long | increment (T target, long value, IAction2< T, Long > set, boolean prefix) |
|
static boolean | loadLibrary (String library) |
|