optional method

JarArray<T> optional()

Implementation

JarArray<T> optional() {
  validators.clear();
  return self;
}