FeaturePart<T, TT>
extension type
- on
-
- Ref<
T>
- Ref<
Constructors
-
FeaturePart.new(Ref<
T> _ref)
Methods
-
compute<
O> (O compute(ComputeContext context)) → FeaturePart< O, TT> -
done(
) → Feature< TT> -
fold<
A, K> (A getAcc(ComputeContext context), K subscribe(ComputeContext context), A fold(A acc, K input)) → FeaturePart< A, TT> -
listen(
void listener(ComputeContext context)) → FeaturePart< void, TT> -
reduce<
O> (O subscribe(ComputeContext context), O reduce(O acc, O input)) → FeaturePart< O, TT>