Interface StorageTransactionsFile.Creator<F extends StorageTransactionsFile>

Enclosing interface:
StorageTransactionsFile
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface StorageTransactionsFile.Creator<F extends StorageTransactionsFile>
  • Method Summary

    Modifier and Type Method Description
    F createTransactionsFile​(AFile file, int channelIndex)