Package com.coditory.quark.context
Interface BeanCreator<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(@NotNull ResolutionContext context) default boolean
isActive
(@NotNull com.coditory.quark.context.ConditionContext context)
-
Method Details
-
create
-
isActive
default boolean isActive(@NotNull @NotNull com.coditory.quark.context.ConditionContext context)
-