Interface Artifact<S,C>

All Superinterfaces:
Consumer<C>, Supplier<S>
All Known Implementing Classes:
ByteFile, ByteResource, JsonFile, JsonResource

public interface Artifact<S,C> extends Supplier<S>, Consumer<C>