Logo FsShelter

Component<'t> Type

Storm Componend abstraction

Union cases

Union case Description

FuncRef Runnable<'t>

Full Usage: FuncRef Runnable<'t>

Parameters:
Item : Runnable<'t>

Java(className, args)

Full Usage: Java(className, args)

Parameters:
    className : string
    args : string list

className : string
args : string list

Shell(command, args)

Full Usage: Shell(command, args)

Parameters:
    command : string
    args : string

command : string
args : string

Instance members

Instance member Description

this.IsFuncRef

Full Usage: this.IsFuncRef

Returns: bool
Returns: bool

this.IsJava

Full Usage: this.IsJava

Returns: bool
Returns: bool

this.IsShell

Full Usage: this.IsShell

Returns: bool
Returns: bool

Type something to start searching.