package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val names : string list
val blob : ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm
val file : ([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm
val make_creator : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Sihl_storage_core__.Model.File.t) * 'c) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'd -> ('e -> string) * 'f) -> 'g -> ('h -> t) * 'i
val create : file:Sihl_storage_core__.Model.File.t -> blob:string -> t
val map : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> Sihl_storage_core__.Model.File.t) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> string) -> t
val iter : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> unit) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> file: ('b -> ([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> 'c) -> blob: ('d -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'e) -> 'f
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'b list
val for_all : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> 'a) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'b) -> 'c list
module Direct : sig ... end