View Source TypeCheck.DefaultOverrides.GenServer (TypeCheck v0.13.7)
Summary
Types
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Types
@type debug() :: [ :trace | :log | :statistics | {:log_to_file, TypeCheck.DefaultOverrides.Path.t()} ]
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
debug() :: [:trace | :log | :statistics | {:log_to_file, TypeCheck.DefaultOverrides.Path.t()}]
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
from() :: {pid(), tag :: term()}
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
name() :: atom() | {:global, term()} | {:via, module(), term()}
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
on_start() :: {:ok, pid()} | :ignore | {:error, {:already_started, pid()} | term()}
@type option() :: {:debug, debug()} | {:name, name()} | {:timeout, timeout()} | {:spawn_opt, [TypeCheck.DefaultOverrides.Process.spawn_opt()]} | {:hibernate_after, timeout()}
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
option() :: {:debug, debug()}
| {:name, name()}
| {:timeout, timeout()}
| {:spawn_opt, [TypeCheck.DefaultOverrides.Process.spawn_opt()]}
| {:hibernate_after, timeout()}
@type options() :: [option()]
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
options() :: [option()]
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
server() :: pid() | name() | {atom(), node()}