Struct partial_function::PartialFunctionBuilder [] [src]

pub struct PartialFunctionBuilder<B, O> where
    B: PartialOrd
{ /* fields omitted */ }

A builder to create an immutable PartialFunction.

Methods

impl<B, O> PartialFunctionBuilder<B, O> where
    B: PartialOrd
[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.