MCPcopy Create free account
hub / github.com/jmrozanec/cron-utils / Function

Interface Function

src/main/java/com/cronutils/Function.java:20–28  ·  view source on GitHub ↗

Created by kiran on 19/3/17.

Source from the content-addressed store, hash-verified

18 * Created by kiran on 19/3/17.
19 */
20public interface Function<T, R> {
21
22 /**
23 *
24 * @param t - some parameter
25 * @return R - result
26 */
27 R apply(T t);
28}

Callers 8

mapMethod · 0.65
mapToMethod · 0.65
computeCandidatesMethod · 0.65
visitMethod · 0.65

Implementers 1

BaseCronTransformersrc/main/java/com/cronutils/converter/

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…