BatchSize

case class BatchSize(size: Int) extends OptimizationOption
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(params: OptParams): OptParams

Inherited methods

def andThen[A](g: OptParams => A): OptParams => A
Inherited from:
Function1
def compose[A](g: A => OptParams): A => OptParams
Inherited from:
Function1
Inherited from:
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1