Package 

Class ManyKt

    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> Many<T> toMany(BaseColumn<T> $self)
      final static <T extends Any> Many<T> toMany(Sequence<T> $self)
      final static <T extends Any> Many<T> toMany(Iterable<T> $self)
      final static <T extends Any> Many<T> emptyMany()
      final static <T extends Any> Many<T> manyOf(T element)
      final static <T extends Any> Many<T> manyOf(T values)
      • Methods inherited from class java.lang.Object

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