Package net.orbyfied.j8.util.functional
Interface EntryOperation<R,K,V>
- Type Parameters:
R- The return type.K- The key type.V- The value type.
- All Superinterfaces:
Operation<R>
An operation which works on an entry in a collection
or provider, by key and value.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <R,K, V> EntryOperation.Builder<R, K, V> builder()get()booleanhas()key()static <R,V> EntryOperation<R, V, V> ofListEntry(R ret, List<V> list, V val) static <R,K, V> EntryOperation<R, K, V> ofMapEntry(R ret, Map<K, V> map, K k, V v) val()with()without()