name: ChainedBatchTruthTest
class_comment: null
dependencies:
- name: Closure
  type: class
  source: Closure
properties:
- name: callback
  visibility: protected
  comment: '# * The underlying truth test.

    # *

    # * @var \Closure'
methods:
- name: __construct
  visibility: public
  parameters:
  - name: callback
  comment: "# * The underlying truth test.\n# *\n# * @var \\Closure\n# */\n# protected\
    \ $callback;\n# \n# /**\n# * Create a new truth test instance.\n# *\n# * @param\
    \  \\Closure  $callback\n# * @return void"
- name: __invoke
  visibility: public
  parameters:
  - name: pendingBatch
  comment: '# * Invoke the truth test with the given pending batch.

    # *

    # * @param  \Illuminate\Bus\PendingBatch  $pendingBatch

    # * @return bool'
traits:
- Closure
interfaces: []