OptimizationOption

sealed trait OptimizationOption extends OptParams => OptParams
Companion
object
class Object
trait Matchable
class Any

Value members

Inherited methods

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