separate

@NotNull
open fun separate(@NotNull type: @NotNull String): @NotNull List<String>

Separates typeString into the different Parts that make up the type information

Return

list of strings in which every piece of type information is one element of the list

Parameters

type

string with the entire type definition