Package net.orbyfied.j8.util.ops
Interface EntryOperation<R,K,V>
- All Superinterfaces:
Operation<R>
-
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()