Interface DataValueFactory<T>

    • Method Detail

      • apply

        @Nullable
        T apply​(@NotNull
                DataHolder dataHolder)
        Specified by:
        apply in interface java.util.function.Function<DataHolder,​T>