listOf

@NotNull
open fun <T : Timed?> listOf(@NotNull list: @NotNull List<T>): @NotNull TimedStorage<T>

Creates a TimedStorage backed by a List.

Return

a new TimedStorage

Since

2.0.0

Parameters

list

the list of elements

<T>

the type of element