Struct partial_function::PartialFunctionBuilder [] [src]

pub struct PartialFunctionBuilder { /* fields omitted */ }

A builder to create an immutable PartialFunction

Methods

impl PartialFunctionBuilder
[src]

[src]

Creates a new PartialFunctionBuilder

[src]

Adds a bounded function bounded between [lower,higher[ of function func

[src]

Check if you can safely insert into the function list for the specified bounds

[src]

Builds the PartialFunction from the functions added using with