Interface ErrorLogFactory

All Superinterfaces:
Function<ErrorLogArgProvider,@Nullable ErrorLog>

public interface ErrorLogFactory extends Function<ErrorLogArgProvider,@Nullable ErrorLog>
An interface to declare more concisely a Function that apply an ErrorLog by an ErrorLogArgProvider.

Can be used in errorLog method for example.

Since:
1.2.6
Author:
raccoonback