-
Updated
Feb 16, 2022 - Ruby
object-oriented
Here are 864 public repositories matching this topic...
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 10, 2021 - Go
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Nov 13, 2021 - C++
-
Updated
Feb 11, 2022 - C++
-
Updated
Nov 2, 2021 - Swift
-
Updated
Feb 13, 2022 - C
Reason
There is no reason to call the "higher level" app the "master"... better terminology is the "parent" app. We should change everything in the MultiApp system that mentions "master" including the documentation.
Design
See above.
Impact
May modify some documentation - but shouldn't do much more than that.
-
Updated
Aug 23, 2021 - Java
-
Updated
Feb 14, 2022 - C++
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Mar 11, 2021 - C++
-
Updated
Jun 23, 2016 - PHP
-
Updated
Dec 20, 2018 - Go
-
Updated
May 8, 2021 - Lua
-
Updated
Mar 24, 2019 - Objective-C
-
Updated
Jan 21, 2022 - Kotlin
-
Updated
Feb 15, 2022 - C++
-
Updated
Jan 18, 2022 - C
-
Updated
Jan 6, 2022 - C
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Apr 17, 2021 - C
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
Nov 7, 2021 - Perl
-
Updated
Feb 15, 2022 - Rust
-
Updated
Dec 5, 2021 - Python
-
Updated
Jan 26, 2022 - Fortran
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
.