call method

Binding<T> call(
  1. BindingNode node
)

Implementation

Binding<T> call(BindingNode node) => Binding<T>._(this, node._context);