Packages

object Input

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Input
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IterableInput[A] extends Input[A]

Value Members

  1. def always[A](a: A)(implicit gopherApi: GopherAPI): Input[A]
  2. def asInput[A](iterable: Iterable[A], api: GopherAPI): Input[A]
  3. def closed[A](implicit gopherApi: GopherAPI): Input[A]
  4. def one[A](a: A)(implicit gopherApi: GopherAPI): Input[A]
  5. def zero[A](implicit gopherAPI: GopherAPI): Input[A]