package sihl-core

  1. Overview
  2. Docs
val iter : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'a) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> 'b) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> 'c) -> 'd
val fold : t -> init:'a -> label: ('b -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'c) -> scheduled_time: ('d -> ([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> 'e) -> fn: ('f -> ([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> 'g) -> 'h
val for_all : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> bool) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> bool) -> bool
val exists : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> bool) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> bool) -> bool
val to_list : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'a) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> 'b) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> 'c) -> 'd list
val map : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> scheduled_time) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> unit -> unit Lwt.t) -> t
val set_all_mutable_fields : 'a -> unit