Interface TrsStoreFunction<R>

    • Method Detail

      • apply

        R apply​(TrsStore store)
         throws TrsStoreException
        Applies this function to the given store.
        Parameters:
        store - the TRS store.
        Returns:
        the function result
        Throws:
        TrsStoreException - if a store method throws such exception