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

com.sageserpent.americium.CaseFactory.scala Maven / Gradle / Ivy

The newest version!
package com.sageserpent.americium

trait CaseFactory[+Case] {
  def apply(input: BigInt): Case

  def lowerBoundInput: BigInt

  def upperBoundInput: BigInt

  def maximallyShrunkInput: BigInt
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy