Giter Club home page Giter Club logo

lapis's People

Contributors

flamehorizon avatar

Stargazers

 avatar

Watchers

 avatar

lapis's Issues

Making calls which encapsulates every CollectionExt method

Current state

Right now, if I would want to get the last item from the filtered set I have to make this call.

' Sort a set where all elements are lower than 10 and return the biggest number.
CollectionExt.Last CollectionExt.Sort(CollectionExt.Where(Source, Lambda.Create("$1 < 10")))

Proposed state

Create a class which encapsulates every CollectionExt method to enable fluent calls.

' Sort a set where all elements are lower than 10 and return the biggest number.
Dim Items As New LpCollection
Items.Where(Lambda.Create("$1 < 10")).Sort.Last

When Count property gets called on Collection data type

When user calls Count property of an Collection datatype in lambda expression, application throws an Object doesn't support this property or method on line System.CopyVariant StdCallByName, rtcCallByName(Obj, StrPtr(FuncName), CallerType, Args, &H409).

This issue does not appear when lambda gets Scripting.Dictionary data type.

Example

Private Sub ThisDoesNotWork()
    Debug.Print Lambda.Create("$1.Count = 1").Run(New Collection)
End Sub

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.