import java.util.function.Function; class Sample { { Function f = (String s) -> s.length(); } }