Package com.opengamma.util.paging

Examples of com.opengamma.util.paging.PagingRequest.select()


    final Class<?> type = request.getType();
    final ObjectId oid = request.getObjectId();
    final PagingRequest pagingRequest = request.getPagingRequest();

    return new ConfigHistoryResult<R>(
        pagingRequest.select(
            functional(_store.keySet())
                .map(new Function1<ObjectId, ConfigDocument>() {
                  @Override
                  public ConfigDocument execute(final ObjectId objectId) {
                    return _store.get(objectId);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.