Interface BlazeFetch<Z,X>

Type Parameters:
Z - The source type of the fetch
X - The target type of the fetch
All Superinterfaces:
BlazeFetchParent<Z,X>, Fetch<Z,X>, FetchParent<Z,X>

public interface BlazeFetch<Z,X> extends Fetch<Z,X>, BlazeFetchParent<Z,X>
An extended version of Fetch.
Since:
1.2.0
Author:
Christian Beikov