nullthrows

WebJar for nullthrows

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

nullthrows
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

nullthrows
WebJar for nullthrows
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/zertosh/nullthrows

Download nullthrows

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/nullthrows/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>nullthrows</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/nullthrows/
implementation 'org.webjars.npm:nullthrows:1.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/nullthrows/
implementation ("org.webjars.npm:nullthrows:1.1.1")
'org.webjars.npm:nullthrows:jar:1.1.1'
<dependency org="org.webjars.npm" name="nullthrows" rev="1.1.1">
  <artifact name="nullthrows" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='nullthrows', version='1.1.1')
)
libraryDependencies += "org.webjars.npm" % "nullthrows" % "1.1.1"
[org.webjars.npm/nullthrows "1.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

nullthrows

Build Status

A flow typed utility that accepts value (e.g. nullthrows(value)) and throws if value is null or undefined, otherwise it returns value.

Also see invariant.

Versions

Version
1.1.1