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

com.orientechnologies.common.function.TxFunction Maven / Gradle / Ivy

There is a newer version: 3.2.32
Show newest version
package com.orientechnologies.common.function;

import com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation;

public interface TxFunction {
  T accept(final OAtomicOperation atomicOperation) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy