Class IsSetCallDetailsCreator

java.lang.Object
org.ek9lang.compiler.phase7.calls.IsSetCallDetailsCreator
All Implemented Interfaces:
BiFunction<String, String, CallDetails>

public final class IsSetCallDetailsCreator extends Object implements BiFunction<String, String, CallDetails>
Creates CallDetails for _isSet() method invocation. The _isSet() operator (?) checks if a value is set/valid. This is a pure function method that returns an EK9 Boolean.