Package net.orbyfied.j8.util.functional
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
-
Method Details
-
skip
R skip()
-