Guava.Todo (Guava v0.34.0)

Copy Markdown View Source

A free-form checklist item describing something for the agent to do.

Mirrors guava.types.Todo. A random :key is generated when omitted.

Summary

Functions

Create a Guava.Todo, generating a random key if none is given.

Types

t()

@type t() :: %Guava.Todo{
  description: String.t(),
  item_type: String.t(),
  key: String.t()
}

Functions

new(description, key \\ nil)

@spec new(String.t(), String.t() | nil) :: t()

Create a Guava.Todo, generating a random key if none is given.