package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val iter : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'b) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'c) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'd) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'e) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'f) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'g) -> 'h
val fold : t -> init:'a -> id: ('b -> ([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'c) -> name: ('d -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'e) -> input: ('f -> ([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'g) -> tries: ('h -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'i) -> next_run_at: ('j -> ([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'k) -> max_tries: ('l -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'm) -> status: ('n -> ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'o) -> 'p
val for_all : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Base.bool) -> Base.bool
val exists : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Base.bool) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.bool) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Base.bool) -> Base.bool
val to_list : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'b) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> 'c) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'd) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'e) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> 'f) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'g) -> 'h list
val map : t -> id: (([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm -> t -> Data.Id.t -> Data.Id.t) -> name: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.string) -> input: (([< `Read | `Set_and_create ], t, Base.string Base.option) Fieldslib.Field.t_with_perm -> t -> Base.string Base.option -> Base.string Base.option) -> tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.int) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Ptime.t) -> max_tries: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> t -> Base.int -> Base.int) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Status.t) -> t
val set_all_mutable_fields : 'a -> unit