tabdulradi / nullable   0.4.0

Apache License 2.0 GitHub

Makes `A | Null` work with for-comprehensions

Scala versions: 3.x

nullable-core 0.4.0


Group ID:
com.abdulradi
Artifact ID:
nullable-core_3
Version:
0.4.0
Release Date:
May 30, 2021
Licenses:
Files:

libraryDependencies += "com.abdulradi" %% "nullable-core" % "0.4.0"

Mill build tool

ivy"com.abdulradi::nullable-core:0.4.0"

Scala CLI

//> using dep "com.abdulradi::nullable-core:0.4.0"

Ammonite REPL

import $ivy.`com.abdulradi::nullable-core:0.4.0`

<dependency>
  <groupId>com.abdulradi</groupId>
  <artifactId>nullable-core_3</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'com.abdulradi', name: 'nullable-core_3', version: '0.4.0'