box<E> abstract method

IsolatedBox<E> box<E>(
  1. String name
)

Get an object to communicate with the isolated box

Implementation

IsolatedBox<E> box<E>(String name);