Class: IMapper

GoBrain.Pdk.Interfaces. IMapper

abstractnew GoBrain.Pdk.Interfaces.IMapper()

GoBrain.Pdk/src/interfaces/imapper.js, line 1

This interface declares the minimum functionality a mapper used by the framework is expected to have.

This interface declares the minimum functionality a mapper used by the framework is expected to have.

Methods

abstractmap(){*}

GoBrain.Pdk/src/interfaces/imapper.js, line 11

Map function.

Map function.

Returns:
Type Description
*