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

eu.throup.couldbe.MustBeGivenOneOf1Companion.scala Maven / Gradle / Ivy

package eu.throup
package couldbe

private[couldbe] trait MustBeGivenOneOf1Companion {
  def apply[A](implicit a: A): MustBeGivenOneOf1[A] = IsGiven1Of1(a)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy