MergerBuilder class abstract

Accumulator is a base class that give to us some methods that let us build

Implementers
Annotations
  • @immutable

Constructors

MergerBuilder.new()
const

Properties

enabled bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildAccumulation(List<Paragraph> paragraphs) Iterable<Paragraph>
canMergeBothParagraphs({required Paragraph paragraph, required Paragraph nextParagraph}) bool
Decides if we will merge the current Pr ↓ with the nextParagraph
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited