Function filter = String::trim; Function converter = Integer::parseInt; int result = converter.apply(filter.apply(" 123 "));