Package 

Object Choice.Companion

    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> Choice<T> between(T option) Constructs a Choice for the given option.
      final <T extends Any> Choice<T> between(Iterable<T> options) Constructs a Choice for the given option.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait