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

cgta.cenum.CEnumInitStrategy.scala Maven / Gradle / Ivy

package cgta.cenum


//////////////////////////////////////////////////////////////
// Copyright (c) 2014 Ben Jackman, Jeff Gomberg
// All Rights Reserved
// please contact [email protected] or [email protected]
// for licensing inquiries
// Created by bjackman @ 5/8/14 3:48 PM
//////////////////////////////////////////////////////////////

//See CEnumInitStrategyImpl for sjs vs jvm
private[cenum] trait CEnumInitStrategy {
  def initOrdinal[A <: CEnum](en: A, el : CEnum#EnumElement): Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy