Interface Artifact<S,C>

Type Parameters:
S - the type parameter
C - the type parameter
All Superinterfaces:
Consumer<C>, Supplier<S>
All Known Implementing Classes:
ByteFile, ByteResource, JsonFile, JsonResource

public interface Artifact<S,C> extends Supplier<S>, Consumer<C>
Base interface for external artifacts for use with SDK (jsons, tvc byte files and so on). Interface extends functional interfaces Supplier and Consumer.