Class Aggregators.FieldAggregatorBase<V,​C extends IItemConsumer<C>>

    • Constructor Detail

      • FieldAggregatorBase

        FieldAggregatorBase​(java.lang.String name,
                            java.lang.String description,
                            IType<V> ct)
    • Method Detail

      • acceptType

        public boolean acceptType​(IType<IItem> type)
        Parameters:
        type - an item type to check if the the factory can create consumers for
        Returns:
        true if the factory can create consumers for the supplied type, false otherwise