given_Conversion_ProbabilityResult_Boolean

Conversion fron ProbabilityResult to boolean

class Conversion[ProbabilityResult, Boolean]
trait ProbabilityResult => Boolean
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(result: ProbabilityResult): Boolean

Inherited methods

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

Extensions

Inherited extensions

extension (x: T)
def convert: Boolean

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from:
Conversion