use<T> abstract method

T use<T>(
  1. LogicRef<T> ref
)

Gets the current logic component referenced by ref.

Implementation

T use<T>(LogicRef<T> ref);