deputy abstract method
OpenCell<C, L, I, O>
deputy({
- covariant TestObject<
Cell> ? test, - covariant MapObject? mapObject,
override
Creates an deputy (view) of this open cell with modified validation.
Parameters:
test
: Optional additional validation rulesmapObject
: 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});