Searched refs:SimpleBlankLine (Results 1 – 1 of 1) sorted by relevance
75 public static final BlankLineWanted YES = new SimpleBlankLine(Optional.of(true));78 public static final BlankLineWanted NO = new SimpleBlankLine(Optional.of(false));85 new SimpleBlankLine(/* wanted= */ Optional.empty());98 private static final class SimpleBlankLine extends BlankLineWanted { class in OpsBuilder.BlankLineWanted101 SimpleBlankLine(Optional<Boolean> wanted) { in SimpleBlankLine() method in OpsBuilder.BlankLineWanted.SimpleBlankLine