Class InsertColumnListModel


  • public class InsertColumnListModel
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      <R> java.util.stream.Stream<R> mapColumns​(java.util.function.Function<SqlColumn<?>,​R> mapper)  
      static InsertColumnListModel of​(java.util.List<SqlColumn<?>> columns)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • mapColumns

        public <R> java.util.stream.Stream<R> mapColumns​(java.util.function.Function<SqlColumn<?>,​R> mapper)