MCPcopy Create free account

hub / github.com/BruceEckel/AtomicKotlinExamples / functions

Functions3,170 in github.com/BruceEckel/AtomicKotlinExamples

↓ 2 callersFunctioncreateResultFile
Examples/CheckInstructions/Postconditions.kt:8
↓ 2 callersMethoddebug
Examples/Logging/AtomicLog.kt:11
↓ 2 callersMethoddescribe
Examples/Constructors/MultipleArgs.kt:10
↓ 2 callersMethoddilute
Examples/Inheritance/Task1.kt:8
↓ 2 callersFunctiondisplay
Examples/ScopeFunctions/MapLookup.kt:8
↓ 2 callersFunctiondogBarkSafe
Examples/DownCasting/Safe.kt:6
↓ 2 callersFunctiondogBarkUnsafe
Examples/DownCasting/Unsafe.kt:6
↓ 2 callersMethoddown
Examples/Properties/Task3.kt:29
↓ 2 callersFunctiondowncase
Examples/SafeCallsAndElvis/Task1.kt:6
↓ 2 callersMethoddraw
Examples/Composition/Task1.kt:10
↓ 2 callersMethoddraw
Examples/Upcasting/Shapes.kt:6
↓ 2 callersMethodeat
Examples/Inheritance/GreatApe2.kt:20
↓ 2 callersFunctionembedNumber
Examples/ExceptionHandling/Task2.kt:27
↓ 2 callersFunctionequalsWithElvis
Examples/OperatorOverloading/EqualsForNullable.kt:12
↓ 2 callersFunctionequalsWithIf
Examples/OperatorOverloading/EqualsForNullable.kt:6
↓ 2 callersMethodf
Examples/Overloading/Overloading.kt:7
↓ 2 callersMethodf
Examples/CompanionObjects/CompanionDelegation.kt:7
↓ 2 callersMethodf
Examples/Interfaces/SAMImplementation.kt:7
↓ 2 callersMethodf
Examples/Objects/ObjectEx1.kt:10
↓ 2 callersMethodf
Examples/DownCasting/NarrowingUpcast.kt:6
↓ 2 callersMethodf1
Examples/InheritanceExtensions/UsefulLibrary.kt:6
↓ 2 callersMethodf1
Examples/Composition/Embedding.kt:6
↓ 2 callersMethodf2
Examples/InheritanceExtensions/UsefulLibrary.kt:7
↓ 2 callersMethodf2
Examples/Composition/Embedding.kt:7
↓ 2 callersFunctionfactorial
Examples/Recursion/Factorial.kt:6
↓ 2 callersFunctionfail
Examples/NothingType/NothingTypeSoln2.kt:15
↓ 2 callersFunctionfail
Examples/NothingType/NothingTypeSoln1.kt:8
↓ 2 callersFunctionfail
Examples/NothingType/Fail.kt:6
↓ 2 callersFunctionfibonacci
Examples/Sequences/Task8.kt:6
↓ 2 callersFunctionfibonacci
Examples/Recursion/VerySlowFibonacci.kt:6
↓ 2 callersFunctionfifth
Examples/LocalFunctions/ReturningFunc.kt:25
↓ 2 callersMethodfight
Examples/Upcasting/Task3.kt:7
↓ 2 callersFunctionfindNumber
Examples/ExceptionHandling/Task2.kt:10
↓ 2 callersFunctionfindOldest
Examples/OperationsOnCollections/Task1.kt:8
↓ 2 callersFunctionfirst
Examples/LocalFunctions/ReturningFunc.kt:6
↓ 2 callersFunctionflatMap
Examples/ManipulatingLists/Task5.kt:6
↓ 2 callersFunctionfoo
Examples/NamedAndDefaultArgs/Task4.kt:6
↓ 2 callersMethodfoo
Examples/Overloading/MemberVsExtension.kt:7
↓ 2 callersFunctionfourth
Examples/LocalFunctions/ReturningFunc.kt:23
↓ 2 callersFunctiong
Examples/NamedAndDefaultArgs/Evaluation.kt:8
↓ 2 callersMethodg
Examples/CompanionObjects/CompanionDelegation.kt:8
↓ 2 callersMethodg
Examples/Interfaces/SAMImplementation.kt:15
↓ 2 callersMethodg
Examples/InheritanceExtensions/Adapter.kt:8
↓ 2 callersMethodg
Not open
Examples/InheritanceExtensions/ComposeAdapter.kt:8
↓ 2 callersMethodg
Examples/Abstract/Implementations.kt:9
↓ 2 callersMethodg
Examples/Abstract/InterfaceCollision.kt:8
↓ 2 callersMethodg
Examples/DownCasting/DownCastEx1.kt:12
↓ 2 callersMethodgenerator
Examples/LateInitialization/LateInitSoln3.kt:24
↓ 2 callersMethodget
Examples/Maps/Task2.kt:23
↓ 2 callersMethodget
Examples/ExceptionHandling/Task1.kt:33
↓ 2 callersMethodgetFahrenheit
Examples/Summary2/Temperature.kt:17
↓ 2 callersFunctiongetNonTrivialDivisors
Returns all the divisors of the number except 1 and the number itself
Examples/MemberReferences/Task3.kt:11
↓ 2 callersMethodgetSafe
(@NotNull String s)
Examples/interoperability/AnnotatedJTool.java:14
↓ 2 callersMethodgetUnsafe
(@Nullable String s)
Examples/interoperability/AnnotatedJTool.java:8
↓ 2 callersMethodgo
Examples/Enumerations/Task1.kt:14
↓ 2 callersFunctionh
Examples/CompanionObjects/CompanionObject.kt:14
↓ 2 callersFunctionh
Examples/NamedAndDefaultArgs/Evaluation.kt:10
↓ 2 callersFunctionh
Examples/LocalFunctions/Task1.kt:8
↓ 2 callersMethodh
Examples/Interfaces/SAMImplementation.kt:23
↓ 2 callersMethodh
Examples/InheritanceExtensions/ComposeAdapter.kt:9
↓ 2 callersMethodh
Examples/DownCasting/DownCastEx1.kt:17
↓ 2 callersFunctionhasChar
Examples/LoopingAndRanges/HasChar.kt:4
↓ 2 callersFunctionhasUniqueCharacters
Examples/Sets/Task1.kt:6
↓ 2 callersFunctioninNumRange
Examples/Summary1/Membership.kt:4
↓ 2 callersMethodincrement
Examples/CompanionObjects/ObjectFunctions.kt:9
↓ 2 callersFunctioninfo
Examples/Inheritance/GreatApe.kt:15
↓ 2 callersMethodinvoke
Examples/OperatorOverloading/Invoke.kt:7
↓ 2 callersFunctionisDigit
Examples/InKeyword/CharRange.kt:4
↓ 2 callersFunctionisLowerCase
Examples/InKeyword/Task3.kt:5
↓ 2 callersFunctionisNullOrEmpty
Examples/NullableExtensions/NullableParameter.kt:6
↓ 2 callersFunctionisPalindrome
Examples/ObjectsEverywhere/Task1.kt:5
↓ 2 callersFunctionisValidIdentifier
Examples/InKeyword/Task4.kt:9
↓ 2 callersFunctionitemIter
Examples/CreatingGenerics/CreatingGenericsSoln1.kt:10
↓ 2 callersFunctionmain
Examples/ClassDelegation/Task1.kt:40
↓ 2 callersFunctionmessy
Examples/ExtensionLambdas/StringCreation.kt:6
↓ 2 callersMethodmovePlanet
Examples/Visibility/Task1.kt:6
↓ 2 callersMethodnext
Examples/InnerClasses/InnerEx3.kt:9
↓ 2 callersMethodnext
Examples/CreatingGenerics/CreatingGenericsSoln1.kt:7
↓ 2 callersFunctionnotLowerCase
Examples/Summary1/Membership.kt:6
↓ 2 callersFunctionnotNull
Examples/CheckInstructions/RequireNotNull.kt:6
↓ 2 callersFunctiononeOrTheOther
Examples/IfExpressions/OneOrTheOther.kt:4
↓ 2 callersMethodopen
Examples/ExceptionHandling/Task3.kt:18
↓ 2 callersMethodopen
Examples/Logging/LoggingSoln2.kt:19
↓ 2 callersMethodoutdated
Examples/InheritanceExtensions/DeviceMembers.kt:10
↓ 2 callersMethodoverpriced
Examples/InheritanceExtensions/DeviceMembers.kt:9
↓ 2 callersMethodpause
Examples/UnitTesting/StateMachine.kt:20
↓ 2 callersFunctionplay
Examples/InheritanceExtensions/InhExtensionsEx1.kt:20
↓ 2 callersFunctionplayGame
Examples/CompanionObjects/CompanionEx2.kt:49
↓ 2 callersMethodplusAssign
Examples/OperatorOverloading/OpOverloadingSoln3.kt:9
↓ 2 callersMethodpoll
Examples/Composition/Task3.kt:9
↓ 2 callersMethodpoll
Examples/Composition/Task2.kt:15
↓ 2 callersMethodpop
Examples/Composition/Task2.kt:9
↓ 2 callersMethodprepare
Examples/Objects/ObjectInheritance.kt:20
↓ 2 callersMethodprompt
Tests/unittesting/UnitTestingSoln2.kt:10
↓ 2 callersFunctionrecord
Examples/StringTemplates/Task2.kt:5
↓ 2 callersFunctionrecordAnimal
Examples/Visibility/RecordAnimals.kt:8
↓ 2 callersFunctionrectangleArea
Examples/Testing/Task3.kt:8
↓ 2 callersFunctionregisterStudents
Examples/Lambdas/Task3.kt:8
↓ 2 callersFunctionrepeatChar
Examples/Exceptions/Task3.kt:7
↓ 2 callersFunctionrequire
Examples/NothingType/NothingTypeSoln1.kt:13
← previousnext →201–300 of 3,170, ranked by callers