InputCallback<E extends Entity, I extends Input> typedef

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

Implementation

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