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

com.folio_sec.reladomo.scala_api.aggregation.AggregateDataWrapper.scala Maven / Gradle / Ivy

package com.folio_sec.reladomo.scala_api.aggregation

import com.gs.fw.common.mithra.AggregateData

case class AggregateDataWrapper(underlying: AggregateData) {

  def attribute[A: AggregateDataTypeBinder](attributeName: String): A = {
    implicitly[AggregateDataTypeBinder[A]].apply(underlying, attributeName)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy