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

com.criteo.slab.core.CheckResult.scala Maven / Gradle / Ivy

There is a newer version: 0.4.14
Show newest version
package com.criteo.slab.core

/**
  * Represents the result of a check
  *
  * @param view  The view of the check
  * @param value The value of the check
  * @tparam T The checked value type
  */
case class CheckResult[T](
                           view: View,
                           value: Option[T]
                         )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy