Func0<R> typedef

Func0<R> = R Function()

Represents a function with zero arguments: () -> R.

Implementation

typedef Func0<R> = R Function();