SYMBOL INDEX (70 symbols across 11 files) FILE: sample/counterApp/src/appCounter.js class AppCounter (line 8) | class AppCounter extends React.Component { method constructor (line 9) | constructor(props) { method incrementLocalCounter (line 29) | incrementLocalCounter() { method decrementLocalCounter (line 33) | decrementLocalCounter() { method incrementGlobalCounter (line 37) | incrementGlobalCounter() { method decrementGlobalCounter (line 41) | decrementGlobalCounter() { method updateState (line 45) | updateState(globalState) { method render (line 54) | render() { FILE: sample/counterApp/src/counter.js class Counter (line 3) | class Counter extends React.Component { method render (line 4) | render() { FILE: sample/todoApp/src/addTodo.js class AddTodo (line 3) | class AddTodo extends React.Component { method constructor (line 5) | constructor(props) { method addTodo (line 10) | addTodo() { method render (line 15) | render() { FILE: sample/todoApp/src/todo.js class Todo (line 3) | class Todo extends React.Component { method render (line 4) | render() { FILE: sample/todoApp/src/todoList.js class TodoList (line 9) | class TodoList extends React.Component { method constructor (line 10) | constructor(props) { method addTodo (line 36) | addTodo(description) { method removeTodo (line 40) | removeTodo(todoId) { method counterChanged (line 44) | counterChanged(counterState) { method stateChanged (line 50) | stateChanged(todoState) { method render (line 56) | render() { FILE: src/actions/action.interface.ts type IAction (line 1) | interface IAction { FILE: src/common/abstract.logger.ts method constructor (line 8) | constructor(id: string) { method LogEvent (line 18) | LogEvent(source: string, eventName: string, properties: any) { method LogException (line 36) | LogException(source: string, error: Error, properties: any) { method SetNextLogger (line 52) | SetNextLogger(nextLogger: AbstractLogger) { method isLoggerLoopCreated (line 64) | private isLoggerLoopCreated(nextLogger: AbstractLogger) { FILE: src/common/console.logger.ts class ConsoleLogger (line 3) | class ConsoleLogger extends AbstractLogger { method constructor (line 4) | constructor(private _debugMode: boolean = false) { method processEvent (line 9) | processEvent(source: string, eventName: string, properties: any) { method processException (line 19) | processException(source: string, error: Error, properties: any) { FILE: src/common/interfaces/global.store.interface.ts type IGlobalStore (line 5) | interface IGlobalStore { FILE: src/global.store.ts class GlobalStore (line 13) | class GlobalStore implements IGlobalStore { method constructor (line 27) | private constructor(private _logger: ILogger = null) { method Get (line 42) | public static Get(debugMode: boolean = false, logger: ILogger = null):... method CreateStore (line 70) | CreateStore(appName: string, appReducer: Reducer, middlewares?: Array<... method RegisterStore (line 97) | RegisterStore(appName: string, store: Store, globalActions?: Array): void { method GetPlatformState (line 140) | GetPlatformState(): any { method GetPartnerState (line 155) | GetPartnerState(partnerName: string): any { method GetGlobalState (line 177) | GetGlobalState(): any { method DispatchGlobalAction (line 195) | DispatchGlobalAction(source: string, action: IAction): void { method DispatchLocalAction (line 212) | DispatchLocalAction(source: string, action: IAction): void { method DispatchAction (line 231) | DispatchAction(source: string, action: IAction): void { method Subscribe (line 245) | Subscribe(source: string, callback: (state: any) => void): () => void { method SubscribeToPlatformState (line 261) | SubscribeToPlatformState(source: string, callback: (state: any) => voi... method SubscribeToPartnerState (line 281) | SubscribeToPartnerState(source: string, partner: string, callback: (st... method SubscribeToGlobalState (line 312) | SubscribeToGlobalState(source: string, callback: (state: any) => void)... method UnsubscribeEagerSubscription (line 319) | UnsubscribeEagerSubscription(source: string, partnerName: string) { method SetLogger (line 331) | SetLogger(logger: ILogger) { method AddSelectors (line 349) | AddSelectors(source: string, selectors: Record, mergeSele... method SelectPartnerState (line 369) | SelectPartnerState(partner: string, selector: string, defaultReturn?: ... method RegisterEagerSubscriptions (line 381) | private RegisterEagerSubscriptions(appName: string) { method InvokeGlobalListeners (line 401) | private InvokeGlobalListeners(): void { method GetPlatformStore (line 408) | private GetPlatformStore(): Store { method GetPartnerStore (line 412) | private GetPartnerStore(partnerName: string): Store { method GetGlobalMiddlewares (line 416) | private GetGlobalMiddlewares(): Array { method IsActionRegisteredAsGlobal (line 421) | private IsActionRegisteredAsGlobal(appName: string, action: IAction) { method LogActionDispatchComplete (line 71) | private LogActionDispatchComplete(state: any, action: any, dispatchedA... method LogActionDispatchFailure (line 92) | private LogActionDispatchFailure(action: any, dispatchedAt: Date, exce...