Uses of Package
com.jongsoft.lang.control
-
Packages that use com.jongsoft.lang.control Package Description com.jongsoft.lang This package contains all interfaces used through out the functional library.com.jongsoft.lang.collection A purely functional based set of collection implementations based upon the Collection.com.jongsoft.lang.control The control package contains flow control interfaces. -
Classes in com.jongsoft.lang.control used by com.jongsoft.lang Class Description CheckedRunner CheckedSupplier Equal A control class to build an equality comparison.Optional The Optional provides a functional way to detectnull
values without null reference checks or complicated logic throughout the code base.Try The try interface allows for easier and more functional coding around exception handling. -
Classes in com.jongsoft.lang.control used by com.jongsoft.lang.collection Class Description Optional The Optional provides a functional way to detectnull
values without null reference checks or complicated logic throughout the code base. -
Classes in com.jongsoft.lang.control used by com.jongsoft.lang.control Class Description CheckedConsumer CheckedRunner Equal A control class to build an equality comparison.Optional The Optional provides a functional way to detectnull
values without null reference checks or complicated logic throughout the code base.Optional.OrElse The OrElse interface is an extension to theOptional
interface.Try The try interface allows for easier and more functional coding around exception handling.