T - public class Min<T> extends Object implements BinaryDelegate<T,T,T>
| Constructor and Description |
|---|
Min(Comparator<T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
T |
perform(T lhs,
T rhs)
Executes the delegate for the given elements yielding a result of type R
|
public Min(Comparator<T> comparator)
public T perform(T lhs, T rhs)
BinaryDelegateperform in interface BinaryDelegate<T,T,T>lhs - the former elementrhs - the latter elementCopyright © 2016. All rights reserved.