Jamm\Memory\IMemoryStorage::select_fx PHP Method

select_fx() public method

Select from storage via callback function Only values of 'array' type will be selected
public select_fx ( callable $fx, boolean $get_array = false ) : mixed
$fx callable ($value_array,$key)
$get_array boolean
return mixed
    public function select_fx($fx, $get_array = false);