OptimizationOption

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

Value members

Inherited methods

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