return false;
}
protected TOverloadResult customStringFromParameter(final int parameterIndex) {
// actual return type is exactly the same as input type
return TOverloadResult.custom(new TCustomOverloadResult()
{
@Override
public TInstance resultInstance(List<TPreptimeValue> inputs, TPreptimeContext context)
{
TInstance source = inputs.get(parameterIndex).type();