Interface NonPersistentOperand<R>

  • Type Parameters:
    R -
    All Superinterfaces:
    Operand<R>, Supplier<R>

    public interface NonPersistentOperand<R>
    extends Operand<R>
    TODO
    Author:
    Valentino Pinna
    • Method Summary

      • Methods inherited from interface it.bancaditalia.oss.vtl.model.transform.Operand

        getDomain
      • Methods inherited from interface java.util.function.Supplier

        get