Interface Recipe.BookInfo.Constructor<CategoryType, SelfType extends Recipe.BookInfo<CategoryType>>
- All Superinterfaces:
BiFunction<CategoryType, String, SelfType>
- Enclosing interface:
Recipe.BookInfo<CategoryType>
- 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 static interface Recipe.BookInfo.Constructor<CategoryType, SelfType extends Recipe.BookInfo<CategoryType>>
extends BiFunction<CategoryType, String, SelfType>
-
Method Summary
Methods inherited from interface BiFunction
andThen, apply