View Source LiveQuery.Query.DefLike protocol (LiveQuery v0.2.0)
TODO
Summary
Types
Functions
@spec handle_call( self :: t(), msg :: any(), from :: GenServer.from(), state :: %{:key => any(), :config => map(), optional(:data) => data()} ) :: {:noreply, data()} | {:reply, any(), data()}
TODO
@spec handle_cast( self :: t(), msg :: any(), state :: %{:key => any(), :config => map(), optional(:data) => data()} ) :: data()
TODO
@spec handle_info( self :: t(), msg :: any(), state :: %{:key => any(), :config => map(), optional(:data) => data()} ) :: data()
TODO
TODO