Class UncheckedFunc<T,R,E extends Throwable>

java.lang.Object
com.artipie.rpm.misc.UncheckedFunc<T,R,E>
Type Parameters:
T - Function type
R - Function return type
E - Error type
All Implemented Interfaces:
Function<T,R>

public final class UncheckedFunc<T,R,E extends Throwable> extends Object implements Function<T,R>
Unchecked Function.
Since:
0.8
  • Constructor Details

  • Method Details