I have a method that filters in a List containing enums i
f(availableImageSizes.stream().filter(t -> t.getNameSuffix().equals("-xs")).findFirst()