All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opentext.ia.sdk.sip.DigitalObjectsExtraction Maven / Gradle / Ivy

There is a newer version: 12.8.4
Show newest version
/*
 * Copyright (c) 2016-2017 by OpenText Corporation. All Rights Reserved.
 */
package com.opentext.ia.sdk.sip;

import java.util.Iterator;
import java.util.function.Function;

/**
 * Function for extracting a number of related {@linkplain DigitalObject}s from a source.
 * @param  The type of source to extract from
 */
@FunctionalInterface
public interface DigitalObjectsExtraction extends Function> {

}