Class BehaviorBuilder$


  • public class BehaviorBuilder$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static BehaviorBuilder$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> BehaviorBuilder<T> create()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final BehaviorBuilder$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • BehaviorBuilder$

        public BehaviorBuilder$()
    • Method Detail

      • create

        public <T> BehaviorBuilder<T> create()
        Returns:
        new empty immutable behavior builder.