Create a FreeCursor which represent a cursor with a free T type as result of the focusing,
this implies that a Decoder instance is need to convert the fixed Xml type of the Cursor
to the free T type of the FreeCursor.
Create a FreeCursor which represent a cursor with a free T type as result of the focusing,
this implies that a Decoder instance is need to convert the fixed Xml type of the Cursor
to the free T type of the FreeCursor.
So, practically speaking, when the FreeCursor is applied this Cursor is applied and the
result is decoded using the specified Decoder for type T.
Attributes
T
free type in which decode the current cursor result