Barb


BarbFunc<'I, 'O>

Namespace: Barb

A helper class to make creating Typed Barb functions easy in C#

Constructors

ConstructorDescription
new(predicate, settings)
Signature: (predicate:string * settings:BarbSettings option) -> BarbFunc<'I,'O>

Instance members

Instance memberDescription
Execute(record)
Signature: record:'I -> 'O
Fork me on GitHub