接口 SimpleBinder<K,​V>


public interface SimpleBinder<K,​V>
  • 方法详细资料

    • getAll

      @NotNull @NotNull Map<K,​V> getAll(@NotNull @NotNull Collection<K> keys)
    • setAll

      void setAll(@NotNull @NotNull Map<K,​V> map)
    • deleteAll

      void deleteAll(@NotNull @NotNull Collection<K> keys, @Nullable @Nullable Object reason)