public class IdsKt
@NotNull public static <T> Id<T> newId()
Generate a new interface Id with the IdGenerator.defaultGenerator.
interface Id,
IdGenerator.defaultGenerator@NotNull public static <T> Id<T> toId(@NotNull java.lang.String $this$toId)
Create a new interface Id from the current String.
interface Id,
String