tlist_filter

Description

Method tlist_filter:TList (
     inputList:TList,
     fn:function:Byte(o:Object)
)

Filter the contents of a linked list using a callback function.

Description

Parameters

inputList

The list to filter.

fn

Callback function that should take a single element. If the element can be included in the result, the function should return true.

Return Values

A new array containing filtered elements from inputArray