Interface RecipeOptional<T>

All Known Implementing Classes:
RecipeOptional.Constant
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RecipeOptional<T>
  • Field Details

  • Method Details

    • getDefaultValue

      T getDefaultValue(RecipeSchemaType type)
    • getInformativeValue

      @Nullable default T getInformativeValue()
    • isDefault

      default boolean isDefault()