InputCallback<E extends Entity, I extends DomainInput> typedef

InputCallback<E extends Entity, I extends DomainInput> = E Function(I)

Implementation

typedef InputCallback<E extends Entity, I extends DomainInput> = E Function(I);