Interface Remote.ToComparableFunction<T,R extends Comparable<? super R>>

Type Parameters:
T - the type of the input to the function
All Superinterfaces:
Function<T,R>, Serializable
Enclosing class:
Remote
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 Remote.ToComparableFunction<T,R extends Comparable<? super R>> extends Function<T,R>, Serializable
Represents a function that produces a Comparable-valued result.

This is a functional interface whose functional method is Function.apply(Object).

See Also: