-
Updated
Jul 28, 2021 - Ruby
object-oriented
Here are 795 public repositories matching this topic...
-
Updated
Jul 22, 2021 - C
-
Updated
Mar 10, 2021 - Go
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Jul 21, 2021 - C++
-
Updated
Nov 2, 2019 - Swift
-
Updated
Oct 1, 2020 - C++
-
Updated
Jul 22, 2021 - C
Bug Description
For classes such as GenericConstantMaterial that use templating to create non-AD and AD versions, the corresponding documentation pages do not contain a list of input files that use the class even though '!syntax inputs ...' appears in the .md file.
Steps to Reproduce
See https://mooseframework.inl.gov/source/materials/GenericConstantMaterial.html as an example.
Im
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Mar 11, 2021 - C++
-
Updated
Jun 23, 2016 - PHP
-
Updated
Dec 20, 2018 - Go
-
Updated
Jul 25, 2021 - C++
-
Updated
Mar 24, 2019 - Objective-C
-
Updated
May 8, 2021 - Lua
-
Updated
Jul 27, 2021 - C++
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jan 8, 2014 - C
-
Updated
Apr 17, 2021 - C
-
Updated
Jul 26, 2021 - C
-
Updated
May 14, 2021 - Kotlin
New tutorials
Would you like to learn a new programming language and contribute to an open source project? Try ELENA.
Write a tutorial in ELENA and publish it at ELENA-LANG/tutorials
-
Updated
Apr 13, 2021 - Perl
-
Updated
Jun 14, 2020 - Python
-
Updated
Jul 27, 2021 - Rust
-
Updated
Dec 12, 2020 - Scala
Improve this page
Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."
We have
contains
,containsAll
andcontainsAllIterable
today onRichIterable
. The methodscontainsAny(Collection)
,containsNone(Collection)
,containsAnyIterable
, andcontainsNoneIterable
can be implemented as default methods by fusinganySatisfy
andnonSatisfy
withcontains
.