protect

fun <E : Any> protect(table: KNonNullTable<E>): KRemoteRef.NonNull<E>
fun <E : Any> protect(table: KNullableTable<E>): KRemoteRef.Nullable<E>