isValidRecipe

Returns this CRecipe is a valid or not.

CRecipe's default implementation checks below conditions.

// (Usage)
val recipe: CRecipe = ~~~
recipe.isValidRecipe().exceptionOrNull()?.let{ throw it }

Return

Result Result of check

Since

5.0.15