- map(JSFunction, JSObject) - Method in class org.liquidplayer.javascript.JSArray
-
JavaScript Array.prototype.map(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
- map(JSFunction) - Method in class org.liquidplayer.javascript.JSArray
-
JavaScript Array.prototype.map(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
- map(JSArray.MapCallback<T>) - Method in class org.liquidplayer.javascript.JSArray
-
JavaScript Array.prototype.map(), see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
- message() - Method in class org.liquidplayer.javascript.JSError
-
JavaScript error message, see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message
- MicroService - Class in org.liquidplayer.service
-
A MicroService is the basic building block of LiquidCore.
- MicroService(Context, URI, MicroService.ServiceStartListener, MicroService.ServiceErrorListener, MicroService.ServiceExitListener) - Constructor for class org.liquidplayer.service.MicroService
-
Creates a new instance of the MicroService referenced by serviceURI
- MicroService(Context, URI, MicroService.ServiceStartListener, MicroService.ServiceErrorListener) - Constructor for class org.liquidplayer.service.MicroService
-
Creates a new instance of the MicroService referenced by serviceURI
- MicroService(Context, URI, MicroService.ServiceStartListener) - Constructor for class org.liquidplayer.service.MicroService
-
Creates a new instance of the MicroService referenced by serviceURI
- MicroService(Context, URI) - Constructor for class org.liquidplayer.service.MicroService
-
Creates a new instance of the MicroService referenced by serviceURI
- MicroService.EventListener - Interface in org.liquidplayer.service
-
Listens for a specific event emitted by the MicroService
- MicroService.ServiceAlreadyStartedError - Exception in org.liquidplayer.service
-
This runtime exception is thrown if an attempt is made to re-start a MicroService if it
has already been started.
- MicroService.ServiceErrorListener - Interface in org.liquidplayer.service
-
Listens for any errors that may cause the MicroService to shut down unexpectedly.
- MicroService.ServiceExitListener - Interface in org.liquidplayer.service
-
Listens for when the MicroService has exited gracefully.
- MicroService.ServiceStartListener - Interface in org.liquidplayer.service
-
Listens for when the MicroService has been inititialized and the environment is ready
to receive event listeners.
- MicroService.SynchronizerImpl - Class in org.liquidplayer.service
-
- Modules - Class in org.liquidplayer.node
-
- multiline() - Method in class org.liquidplayer.javascript.JSRegExp
-
Indicates if the "m" flag was used to search in strings across multiple lines