Uses of Class
com.machinezoo.hookless.util.OwnerTrace
-
Packages that use OwnerTrace Package Description com.machinezoo.hookless.util Reactive versions of classes fromjava.util
. -
-
Uses of OwnerTrace in com.machinezoo.hookless.util
Methods in com.machinezoo.hookless.util that return OwnerTrace Modifier and Type Method Description OwnerTrace<T>
OwnerTrace. alias(String alias)
OwnerTrace<T>
OwnerTrace. generateId()
static <T> OwnerTrace<T>
OwnerTrace. of(T target)
OwnerTrace<T>
OwnerTrace. parent(Object parent)
OwnerTrace<T>
OwnerTrace. tag(String key, Object value)
-