Class: J8::Supplier

Inherits:
Object show all
Includes:
Common
Defined in:
lib/j8/supplier.rb

Instance Method Summary collapse

Methods included from Common

callable_from_proc, from_callable, from_callable_class, initialize, lambda?, make_lambda, raise_unless_lambda

Instance Method Details

#getObject



7
8
9
# File 'lib/j8/supplier.rb', line 7

def get
  @callable.call
end