public class Options extends Object
Options(Option first, Option... rest)
boolean
contains(Option option)
static Options
empty()
Set<Option>
values()
Options
with(Option option, Option... otherOptions)
without(Option option)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Options(Option first, Option... rest)
public static Options empty()
public boolean contains(Option option)
public Options with(Option option, Option... otherOptions)
public Options without(Option option)
public Set<Option> values()
Copyright © 2014. All Rights Reserved.