Interface AttributeRegistrar<T>
- All Superinterfaces:
BiConsumer<T,
com.foreach.across.core.support.WritableAttributes>
- All Known Implementing Classes:
AutoSuggestDataAttributeRegistrar.DataSetRegistrar
public interface AttributeRegistrar<T>
extends BiConsumer<T,com.foreach.across.core.support.WritableAttributes>
Interface for registering a single attribute.
Can be used for helper methods that return something that registers an attribute.
The first parameter will always be the owner of the attribute registry, providing
a callback mechanism. The second parameter is the collection where the attribute
should be registered.
- Since:
- 3.0.0
- Author:
- Arne Vandamme
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen