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
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