Class DataComponentsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static DataComponentMap buildDataMap(Function1<DataComponentMap.Builder, Unit> builderAction) 新しいDataComponentMapのインスタンスを作成します。
      final static DataComponentPatch buildDataPatch(Function1<DataComponentPatch.Builder, Unit> builderAction) 新しいDataComponentPatchのインスタンスを作成します。
      final static DataComponentPredicate buildDataPredicate(Function1<DataComponentPredicate.Builder, Unit> builderAction) 新しいDataComponentPredicateのインスタンスを作成します。
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • buildDataMap

         final static DataComponentMap buildDataMap(Function1<DataComponentMap.Builder, Unit> builderAction)

        新しいDataComponentMapのインスタンスを作成します。

        Parameters:
        builderAction - DataComponentMapの値を指定するブロック
        Since:

        0.6.0

      • buildDataPatch

         final static DataComponentPatch buildDataPatch(Function1<DataComponentPatch.Builder, Unit> builderAction)

        新しいDataComponentPatchのインスタンスを作成します。

        Parameters:
        builderAction - DataComponentPatchの値を指定するブロック
        Since:

        0.6.0

      • buildDataPredicate

         final static DataComponentPredicate buildDataPredicate(Function1<DataComponentPredicate.Builder, Unit> builderAction)

        新しいDataComponentPredicateのインスタンスを作成します。

        Parameters:
        builderAction - DataComponentPredicateの値を指定するブロック
        Since:

        0.6.0