mogs v0.2.0 Mogs.Board.Command.Result

Link to this section Summary

Link to this section Types

Specs

overrides() :: %{
  :__partial__ => true,
  optional(:board) => any(),
  optional(:stop) => boolean(),
  optional(:reply) => any(),
  optional(:ok?) => boolean()
}
Link to this type

overrides_kw()

Specs

overrides_kw() :: Keyword.t()

Specs

t() :: %Mogs.Board.Command.Result{
  board: any(),
  ok?: boolean(),
  reason: any(),
  reply: any(),
  stop: false | {true, reason :: any()}
}

Link to this section Functions

Link to this function

cast_return(overrides)

Link to this function

merge(defaults, overrides)

Link to this function

return_board(board, keyword \\ [])

Link to this function

with_defaults(overrides, defaults)