com.nthportal.shell.package.scala Maven / Gradle / Ivy
package com.nthportal
package object shell {
// Type aliases
type ImmutableSeq[+A] = scala.collection.immutable.Seq[A]
type ImmutableIterable[+A] = scala.collection.immutable.Iterable[A]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy