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