entity_kit v0.1.0 Manganese.EntityKit.Structs.EntitiesSearchResult

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Manganese.EntityKit.Structs.EntitiesSearchResult{
  count: non_neg_integer(),
  entities: Manganese.EntityKit.Structs.EntitiesCollection.t(),
  entity_ids: [integer()],
  parameters: term()
}

Link to this section Functions

Link to this function

new()

new() :: t()
Link to this function

put_count(search_result, count)

Link to this function

put_entities(search_result, entity_type, entities)

put_entities(t(), atom(), [term()]) :: t()
Link to this function

put_entity(search_result, entity_type, entity)

put_entity(t(), atom(), term()) :: t()
Link to this function

put_parameters(search_result, parameters)