public static interface Jobs.UserFunction<T,R> extends Function<T,R>
default R
apply(T t)
R
run(T t)
andThen, compose, identity
@Nullable default R apply(T t)
apply
Function<T,R>
@Nullable R run(T t) throws Exception
Exception
Copyright 2015, Pavel Ponec