Interface Operation<R>

Type Parameters:
R - The return type.
All Known Subinterfaces:
EntryOperation<R,K,V>

public interface Operation<R>
An operation, which can be returned from.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • skip

      R skip()