import java.util.function.BiFunction; class X { BiFunction b = (o1, o1) -> null; }