unwrap method

Set<E> unwrap()

Implementation

Set<E> unwrap() {
  return value;
}