Code Monkey home page Code Monkey logo

stripe's Introduction

Kotlin 扩展方法

CollectionsEx.kt

  • random(): 从一个List中随机取1个数据

NullPointerEx.kt

  • notNullElse(): 判断非null执行第一个block,it为对象的非null类型;为null则执行第二个block
  • allNotNull(): 判断2个变量都非空执行block, 参数a, b为对象的非null类型
  • allNotNullElse(): 判断3个变量都非空执行第一个block, 参数a, b, c为对象的非null类型;为null则执行第二个block

TaskEx.kt

  • runInMainThread(): 在main线程执行,可延迟执行,带生命周期管理

TryEx.kt

  • tryCatch(): 捕获block的异常,然后返回block的值,默认异常是打印logcat日志
  • tryTimes(): try catch运行block,如果有异常则再运行,直接超时times的次数

stripe's People

Contributors

itvincent-git avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.