python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Prolog: Initialize predicate variables connected with operators correctly
I created some predicate similar to that one in the (hopefully) minimal example I want to give you below. With that I wish to get the set Z in following logical way:
Given some universal set {peter, s...

Martin Kunze
Votes: 0
Answers: 1
Combining two similar methods in Java with predicate
I have two similar methods in terms of the body, but with a different number of parameters and an extra condition inside. I know there is a way of merging them into a single method using a predicate, ...
Silviu Sabău
Votes: 0
Answers: 2
How to pass a HashMap to CriteriaBuilder and add to Predicates list
I am currently receiving a Map<String, String> in the API request body. I have an entity,
class TagEntity {
@Column(name = "name", length = 128, nullable = false)
private Strin...
nehacharya
Votes: 0
Answers: 1
(wx)Maxima: predicate test for nested lists in arrays
I have an array of arrays of lists allvals and would like to check to see if any of the allvals[i][j] are empty.
The following works, but isn't easy to read: I thought the following worked, but I don'...
Rax Adaam
Votes: 0
Answers: 0