Skip to content

ayte-io/java-utility-fabricator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayte :: Utility :: Fabricator

CircleCI Maven Central Code Climate maintainability Sonar Tech Debt

MIT License UPL-1.0 License

A throwing supplier.

public interface Fabricator<T, E extends Throwable> {
    T fabricate() throws E;
}

This is a part of Ayte utility project. Please read it's documentation to understand code organization better.

Coordinates

Fabricator interface is distributed in artifact io.ayte.utility.fabricator:api, while implementations and Fabricators helper class reside in io.ayte.utility.fabricator:kit.

Project is both java 8 compatible and exports io.ayte.utility.fabricator.api and io.ayte.utility.fabricator.kit modules.

Licensing

MIT & UPL-1.0

Ayte Labs, 2019

Do whatever you want.

About

No description, website, or topics provided.

Resources

License

MIT, UPL-1.0 licenses found

Licenses found

MIT
LICENSE-MIT
UPL-1.0
LICENSE-UPL-1.0

Stars

Watchers

Forks

Packages

No packages published

Languages