SearchResult

A result of Search.search.

Parameters

vanilla

A found vanilla recipe.

customs

Found custom recipes.

Functions

Link copied to clipboard

returns custom recipes.

Link copied to clipboard

returns all CRecipe and relation list. (If 'vanilla' is not null, a result list contains converted CRecipe.)

Link copied to clipboard
fun size(): Int

returns search result size that is sum of vanilla and customs.

Link copied to clipboard
fun vanilla(): Recipe?

returns a nullable vanilla recipe.