deputy abstract method

  1. @override
OpenCell<C, L, I, O> deputy({
  1. covariant TestObject<Cell>? test,
  2. covariant MapObject? mapObject,
})
override

Creates an deputy (view) of this open cell with modified validation.

Parameters:

  • test: Optional additional validation rules
  • mapObject: Optional transformation rules

Returns a new cell that delegates to this cell with enhanced validation.

Implementation

@override
OpenCell<C,L,I,O> deputy({covariant TestObject? test, covariant MapObject? mapObject});