Package 

Object Config.Companion

    • Method Summary

      Modifier and Type Method Description
      final Config build(Function1<Config.Builder, Unit> f) Configクラスのインスタンスを生成します。
      • Methods inherited from class io.karte.android.core.config.Config.Companion

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • build

         final Config build(Function1<Config.Builder, Unit> f)

        Configクラスのインスタンスを生成します。

        Parameters:
        f - Configクラスの値を変更するスコープ関数です。