Skip to content
/ relic Public

hope those snippets will help us for development .

License

Notifications You must be signed in to change notification settings

furplag/relic

Repository files navigation

relic

Build Status CodeQL Status Coverage Status Codacy Badge codebeat badge Maintainability

hope those snippets will help us for development .

Getting Start

Add the following snippet to any project's pom that depends on your project

<repositories>
  ...
  <repository>
    <id>relic</id>
    <url>https://raw.github.com/furplag/relic/mvn-repo/</url>
    <snapshots>
      <enabled>true</enabled>
      <updatePolicy>always</updatePolicy>
    </snapshots>
  </repository>
</repositories>
...
<dependencies>
  ...
  <dependency>
    <groupId>jp.furplag.sandbox</groupId>
    <artifactId>relic</artifactId>
    <version>5.1.0</version>
  </dependency>
</dependencies>

Feauture

Reflections

enable to unsafe access to the Object .

Streamr

shorthands to use stream API .

Trebchet

functional interfaces which against some problems when handling exceptions in lambda expression .

Deamtiet

converting between each instant values represented by some of (different) time scale, e.g.) epoch millis, unix date, julian date and something .

Commonizr

optimized Unicode character(s) normalization for using under standard input .

Localizr

shorthands of Locale and Timezone .

License

Code is under the Apache License v2.