Interface ISingleChildable<R,​T extends IComponent>

    • Method Detail

      • getChild

        @Nullable
        T getChild()
      • withChild

        R withChild​(@Nullable
                    T child)