Class OpenOp.Builder

java.lang.Object
com.palantir.javaformat.ImmutableOpenOp.Builder
com.palantir.javaformat.OpenOp.Builder
Enclosing class:
OpenOp

public static class OpenOp.Builder extends com.palantir.javaformat.ImmutableOpenOp.Builder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    isSimple(boolean isSimple)
     

    Methods inherited from class com.palantir.javaformat.ImmutableOpenOp.Builder

    breakabilityIfLastLevel, breakBehaviour, build, columnLimitBeforeLastBreak, columnLimitBeforeLastBreak, complexity, debugName, debugName, from, partialInlineability, plusIndent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
  • Method Details