I have the following search code in Java:
return getTableViewController().getMe().getColumns().stream().filter($->Database.equalsColumnName($.getId(), col
my solution was to check it this way
if(item.isPresent()){ item.get().setId("1q2w3e4r5t6y") }