public class X { boolean f(boolean a, boolean b, boolean c) { return a && b || !a && c; } }