unchecked

Functionally uncheck exceptions at compile time.

Лицензия

Лицензия

Группа

Группа

com.github.cuzfrog
Идентификатор

Идентификатор

unchecked
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

unchecked
Functionally uncheck exceptions at compile time.
Ссылка на сайт

Ссылка на сайт

https://github.com/cuzfrog/unchecked
Система контроля версий

Система контроля версий

https://github.com/cuzfrog/unchecked

Скачать unchecked

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13

Модули Проекта

Данный проект не имеет модулей.

badge Maven Central

Unchecked

Functionally uncheck exceptions at compile time.

Example:

import static com.github.cuzfrog.function.Functionally.uncheckedF;

Files.list(Paths.get("dir")).map(uncheckedF(Files::readAllBytes)).map(String::new)...

In case of exception, IOException will be thrown without RuntimeException wrapper.

Implemented functions:

  • unchecked - Consumer, Supplier, BiConsumer
  • uncheckedF - Function, BiFunction
  • uncheckedP - Predicate

Версии библиотеки

Версия
1.0