Factory

public interface Factory<T> implements Result.Builder.Factory<RT, AT, TT, ET, BT>(source)

A factory for builders.

Parameters

<T>

the type of the expected and actual object

Inheritors

Functions

Link copied to clipboard
public abstract BT builder()
Creates a new result builder.