RefFold<I, O> class

Inheritance
Implementers

Constructors

RefFold.new(O getAcc(ComputeContext), I subscribe(ComputeContext context), O fold(O acc, I input), [Ref? parent])

Properties

fold → O Function(O acc, I input)
final
getAcc → O Function(ComputeContext)
final
hashCode int
The hash code for this object.
no setterinherited
init → O Function(InitContext<O> context)
finalinherited
parent Ref
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribe → I Function(ComputeContext context)
final

Methods

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