package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val iter : t -> file: (([< `Read | `Set_and_create ], t, Sihl__.Storage_model.File.t) Fieldslib.Field.t_with_perm -> t -> Sihl__.Storage_model.File.t -> 'a) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> 'c
val fold : t -> init:'a -> file: ('b -> ([< `Read | `Set_and_create ], t, Sihl__.Storage_model.File.t) Fieldslib.Field.t_with_perm -> t -> Sihl__.Storage_model.File.t -> 'c) -> blob: ('d -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'e) -> 'f
val for_all : t -> file: (([< `Read | `Set_and_create ], t, Sihl__.Storage_model.File.t) Fieldslib.Field.t_with_perm -> t -> Sihl__.Storage_model.File.t -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> bool
val exists : t -> file: (([< `Read | `Set_and_create ], t, Sihl__.Storage_model.File.t) Fieldslib.Field.t_with_perm -> t -> Sihl__.Storage_model.File.t -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> bool
val to_list : t -> file: (([< `Read | `Set_and_create ], t, Sihl__.Storage_model.File.t) Fieldslib.Field.t_with_perm -> t -> Sihl__.Storage_model.File.t -> 'a) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> 'c list
val map : t -> file: (([< `Read | `Set_and_create ], t, Sihl__.Storage_model.File.t) Fieldslib.Field.t_with_perm -> t -> Sihl__.Storage_model.File.t -> Sihl__.Storage_model.File.t) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> t
val set_all_mutable_fields : 'a -> unit