IArrayMapFunction<T> typedef

IArrayMapFunction<T> = T Function(MarshalledObject obj)

@fileoverview A method which maps an intermediate object to type T.

Implementation

typedef T IArrayMapFunction<T>(MarshalledObject obj);