Interface AsyncFoldLeft.Operation<T,R>

Type Parameters:
T - the type of element
R - the type of the result
Enclosing class:
AsyncFoldLeft
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AsyncFoldLeft.Operation<T,R>

The operation to invoke for each element.