class Axiom::Function::Predicate

Abstract base class for logical predicates

Public Class Methods

type() click to toggle source

Return the type returned from call

@example

type = Axiom::Function::Predicate.type  # => Axiom::Types::Boolean

@return [Class<Types::Boolean>]

@api public

# File lib/axiom/function/predicate.rb, line 23
def self.type
  Types::Boolean
end