
com.avsystem.commons.misc.MiscAliases.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core_2.13 Show documentation
Show all versions of commons-core_2.13 Show documentation
AVSystem commons library for Scala
package com.avsystem.commons
package misc
trait MiscAliases {
type Opt[+A] = com.avsystem.commons.misc.Opt[A]
final val Opt = com.avsystem.commons.misc.Opt
type OptArg[+A] = com.avsystem.commons.misc.OptArg[A]
final val OptArg = com.avsystem.commons.misc.OptArg
type NOpt[+A] = com.avsystem.commons.misc.NOpt[A]
final val NOpt = com.avsystem.commons.misc.NOpt
type OptRef[+A >: Null] = com.avsystem.commons.misc.OptRef[A]
final val OptRef = com.avsystem.commons.misc.OptRef
}
object MiscAliases extends MiscAliases
© 2015 - 2025 Weber Informatics LLC | Privacy Policy